From d328bd467ffcb660e81d546a0b242e39320acb6d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 05 六月 2025 09:53:30 +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