From 787ccc59ba89bacc075562a161ecf02bc76ebadc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 七月 2026 17:15:53 +0800
Subject: [PATCH] 银川 1.采购申请添加入库状态查询条件

---
 src/views/mes/home/index.vue |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/views/mes/home/index.vue b/src/views/mes/home/index.vue
index a185ae9..258fbca 100644
--- a/src/views/mes/home/index.vue
+++ b/src/views/mes/home/index.vue
@@ -1,10 +1,10 @@
-<script lang="ts" setup>
+锘�<script lang="ts" setup>
 import type { MesHomeApi } from '#/api/mes/home';
 
 import { onMounted, ref } from 'vue';
 import { useRouter } from 'vue-router';
 
-import { DocAlert, Page } from '..\..\..\packages\effects\common-ui\src';
+import { Page } from '@vben/common-ui';
 
 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" />
 
     <!-- 绗簩琛岋細鐢熶骇瓒嬪娍 + 寰呭姙寮傚父 -->
@@ -57,7 +49,7 @@
       </Col>
     </Row>
 
-    <!-- 绗笁琛岋細宸ュ崟鍒嗗竷 + 蹇嵎鍏ュ彛 -->
+    <!-- 绗笁琛岋細璁㈠崟鍒嗗竷 + 蹇嵎鍏ュ彛 -->
     <Row :gutter="16">
       <Col :lg="12" :md="24" :sm="24" :xl="12" :xs="24" class="mb-4">
         <WorkOrderChart />

--
Gitblit v1.9.3