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/modules/alert-panel.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/mes/home/modules/alert-panel.vue b/src/views/mes/home/modules/alert-panel.vue
index c0b44f3..8584cce 100644
--- a/src/views/mes/home/modules/alert-panel.vue
+++ b/src/views/mes/home/modules/alert-panel.vue
@@ -1,9 +1,9 @@
-<script lang="ts" setup>
+锘�<script lang="ts" setup>
import type { MesHomeApi } from '#/api/mes/home';
import { computed } from 'vue';
-import { IconifyIcon } from '../../../../packages/icons/src';
+import { IconifyIcon } from '@vben/icons';
import { Badge, Card } from 'ant-design-vue';
@@ -29,7 +29,7 @@
},
{
count: props.summary.repairActiveCount,
- desc: '寰呭鐞嗙殑缁翠慨宸ュ崟',
+ desc: '寰呭鐞嗙殑缁翠慨璁㈠崟',
icon: 'lucide:wrench',
iconClass: 'bg-orange-50 text-orange-500',
label: '璁惧缁翠慨',
@@ -37,10 +37,10 @@
},
{
count: props.summary.workOrderPrepareCount,
- desc: '鑽夌鐘舵�佺殑鐢熶骇宸ュ崟',
+ desc: '鑽夌鐘舵�佺殑鐢熶骇璁㈠崟',
icon: 'lucide:clipboard-list',
iconClass: 'bg-blue-50 text-blue-500',
- label: '寰呮帓浜у伐鍗�',
+ label: '寰呮帓浜ц鍗�',
routeName: 'MesProWorkOrder',
},
]);
--
Gitblit v1.9.3