From b3ff80e45d24a821ca0731983b1546b48570cdf1 Mon Sep 17 00:00:00 2001
From: xby-y <2251528873@qq.com>
Date: 星期四, 09 四月 2026 14:28:51 +0800
Subject: [PATCH] 添加日志信息

---
 项目代码/大屏/src/views/indexs/sc01-task-info.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue"
index cbb5915..c0d15c3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\244\247\345\261\217/src/views/indexs/sc01-task-info.vue"
@@ -237,7 +237,7 @@
         return '鍏ュ簱';
       } else if (status >= 100 && status < 200) {
         return '鍑哄簱';
-      } else if (status >= 300 && status < 400) {
+      } else if (status >= 300 && status <= 410) {
         return '绉诲簱';
       }
       
@@ -273,7 +273,7 @@
           199: '寮傚父'
         };
         return outStatusMap[status] || '鍑哄簱';
-      } else if (status >= 300 && status < 400) {
+      } else if (status >= 300 && status <= 400) {
         const relocationStatusMap = {
           300: '鏂板缓',
           315: '绉诲簱鎵ц涓�',
@@ -283,7 +283,7 @@
         return relocationStatusMap[status] || '绉诲簱';
       }
       
-      return '鏈煡';
+      return '绉诲簱';
     },
 
     // 鑾峰彇鐘舵�佸搴旂殑CSS绫�

--
Gitblit v1.9.3