From 4807d8b687853e75a815b3aa9aecbc2554063aa4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 11 八月 2026 14:20:15 +0800
Subject: [PATCH] docs: MOM 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