From 5f3dea3fd930afde720677fba10b6bfb2e836a18 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 24 七月 2026 09:54:17 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0
---
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 04bc6fb..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