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 | 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