From 7bcfc0507043dc878c801a259aa7d058f4982551 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 09 一月 2025 00:42:21 +0800
Subject: [PATCH] 工单管理优化

---
 src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts b/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts
index 15a035c..82744a1 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts
@@ -100,8 +100,8 @@
                     if (status == '寮傚父') {
                       color = 'red';
                       text = status;
-                    } else if (status == '淇敼') {
-                      color = 'yellow';
+                    } else if (status == '鏇存柊') {
+                      color = 'orange';
                       text = status;
                     } else {
                       text = status;
@@ -110,7 +110,7 @@
                   },
                 },
                 {
-                  title: '澶勭悊缁撴灉',
+                  title: '澶勭悊鎻愮ず',
                   dataIndex: 'VALIDATION_RESULT',
                   ifShow: true,
                   width: 280,
@@ -120,8 +120,8 @@
                     var color = 'green';
                     if (status == '寮傚父') {
                       color = 'red';
-                    } else if (status == '淇敼') {
-                      color = 'yellow';
+                    } else if (status == '鏇存柊') {
+                      color = 'orange';
                     }
                     return h(Tooltip, { title: text }, () => h(Tag, { color: color }, () => text));
                   },

--
Gitblit v1.9.3