From 2540d86f0dbd77f654f558c3bf9d5ddbe7422f16 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 03 七月 2026 17:22:09 +0800
Subject: [PATCH] fix: 完成设计项目和归档台账接口对接,功能联调

---
 src/views/mes/home/modules/alert-panel.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/mes/home/modules/alert-panel.vue b/src/views/mes/home/modules/alert-panel.vue
index c0b44f3..5830cfe 100644
--- a/src/views/mes/home/modules/alert-panel.vue
+++ b/src/views/mes/home/modules/alert-panel.vue
@@ -1,4 +1,4 @@
-<script lang="ts" setup>
+锘�<script lang="ts" setup>
 import type { MesHomeApi } from '#/api/mes/home';
 
 import { computed } from '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