From bdaa472dc215775e5d306b7046af0bc1111c718d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 14 八月 2026 15:58:06 +0800
Subject: [PATCH] feat(bpm): 添加业务附件配置功能

---
 src/views/mes/home/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/mes/home/index.vue b/src/views/mes/home/index.vue
index a9a3ac2..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 { Page } from '../../../packages/effects/common-ui/src';
+import { Page } from '@vben/common-ui';
 
 import { Col, Row } from 'ant-design-vue';
 
@@ -49,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