<!-- 设备到期提醒列表页 --> <script lang="ts" setup name="equipmentReminderList"> </script> <template> <app-container> 设备到期提醒 </app-container> </template> <style lang="scss" scoped> // 样式 </style>