From d7cd1f0f06b0de974a787025ad6909d252e09752 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 18 二月 2025 23:34:00 +0800 Subject: [PATCH] 项目增加建设性质字段 --- src/views/projectEngineering/projectLibrary/list.js | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js index 1be2c8d..9300780 100644 --- a/src/views/projectEngineering/projectLibrary/list.js +++ b/src/views/projectEngineering/projectLibrary/list.js @@ -1,10 +1,11 @@ export const current = [ {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true}, - {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true}, + {id: 'projectOwnerUnitName', label: '涓氫富鍗曚綅', 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}, + {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true}, {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true}, {id: 'yearInvestAmount', label: '鏈勾璁″垝鎶曡祫', visible: true}, {id: 'planStartTime', label: '椤圭洰骞翠唤', slotName: 'planStartTime', visible: true}, @@ -89,16 +90,18 @@ ]; export const currentRest = [ {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true}, - {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true}, + {id: 'projectOwnerUnitName', label: '涓氫富鍗曚綅', 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}, + {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true}, {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true}, {id: 'yearInvestAmount', label: '鏈勾璁″垝鎶曡祫', visible: true}, {id: 'planStartTime', label: '椤圭洰骞翠唤', slotName: 'planStartTime', visible: true}, {id: 'projectStatus', label: '椤圭洰鐘舵��', slotName: 'projectStatus', visible: true}, {id: 'investType', label: '鎶曡祫绫诲埆', slotName: 'investType', visible: true}, + {id: 'usedStatus', label: '浣跨敤鐘舵��', slotName: 'usedStatus', visible: true}, {id: 'content', label: '寤鸿鍐呭', visible: false}, {id: 'fundType', label: '璧勯噾绫诲瀷', visible: false}, {id: 'projectContactPerson', label: '椤圭洰鑱旂郴浜�', visible: false}, @@ -182,11 +185,12 @@ export const projectProcessCurrent = [ {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true}, {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true, minWidth: 200, showOverflowTooltip: true}, - {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true}, + {id: 'projectOwnerUnitName', label: '涓氫富鍗曚綅', 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}, + {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true}, {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true}, {id: 'yearInvestAmount', label: '鏈勾璁″垝鎶曡祫', visible: true}, {id: 'planStartTime', label: '椤圭洰骞翠唤', slotName: 'planStartTime', visible: true}, @@ -271,11 +275,12 @@ export const projectProcessCurrentRest = [ {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true}, {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true, minWidth: 200, showOverflowTooltip: true}, - {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true}, + {id: 'projectOwnerUnitName', label: '涓氫富鍗曚綅', 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}, + {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true}, {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true}, {id: 'yearInvestAmount', label: '鏈勾璁″垝鎶曡祫', visible: true}, {id: 'planStartTime', label: '椤圭洰骞翠唤', slotName: 'planStartTime', visible: true}, -- Gitblit v1.8.0