gaoluyang
2026-06-26 4a71c6beb268ba17ca472f45401c8ee97846e97e
src/views/mes/home/index.vue
@@ -4,7 +4,7 @@
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';
@@ -36,15 +36,7 @@
</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" />
    <!-- 第二行:生产趋势 + 待办异常 -->