From 897d9dce07aa716151b53b3204a81df63c8031e6 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 02 三月 2025 10:54:45 +0800
Subject: [PATCH] 流程图用红码判断超时,且显示黄色

---
 src/views/projectEngineering/abnormalProject/list.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/projectEngineering/abnormalProject/list.js b/src/views/projectEngineering/abnormalProject/list.js
index d187287..f72eda4 100644
--- a/src/views/projectEngineering/abnormalProject/list.js
+++ b/src/views/projectEngineering/abnormalProject/list.js
@@ -1,7 +1,7 @@
 export const current = [
   {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true},
   {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true},
-  {id: 'projectColorCode', label: '椤圭洰鐮�', slotName: 'projectColorCode', visible: true},
+  {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},
   {id: 'projectType', label: '椤圭洰绫诲瀷', slotName: 'projectType', visible: true},
   {id: 'projectPhase', label: '椤圭洰闃舵', visible: true},
@@ -89,7 +89,7 @@
 export const currentRest = [
   { id: 'projectName', label: '椤圭洰鍚嶇О', visible: true },
   { id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true },
-  { id: 'projectColorCode', label: '椤圭洰鐮�', slotName: 'projectColorCode', visible: true },
+  { id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true },
   { id: 'projectCode', label: '椤圭洰浠g爜', visible: true },
   { id: 'projectType', label: '椤圭洰绫诲瀷', slotName: 'projectType', visible: true },
   { id: 'projectPhase', label: '椤圭洰闃舵', visible: true },

--
Gitblit v1.8.0