| | |
| | | import { onMounted, ref } from 'vue'; |
| | | import { useRouter } from 'vue-router'; |
| | | |
| | | import { DocAlert, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { Page } from '../../../packages/effects/common-ui/src'; |
| | | |
| | | import { Col, Row } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="MES 手册(功能开启)" |
| | | url="https://doc.iocoder.cn/mes/build/" |
| | | /> |
| | | </template> |
| | | |
| | | <!-- 第一行:核心 KPI 汇总卡片 --> |
| | | <Page><!-- 第一行:核心 KPI 汇总卡片 --> |
| | | <KpiCards :summary="summary" class="mb-4" @navigate="handleNavigate" /> |
| | | |
| | | <!-- 第二行:生产趋势 + 待办异常 --> |