<!-- 到期提醒详情页 --> <script name="EquipmentInfoRemindDetail" lang="ts" setup> // 逻辑 onMounted(() => { // console.log('这是部门管理列表') }) </script> <template> <app-container> 到期提醒详情页 </app-container> </template>