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 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js index e152784..9300780 100644 --- a/src/views/projectEngineering/projectLibrary/list.js +++ b/src/views/projectEngineering/projectLibrary/list.js @@ -5,6 +5,7 @@ {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}, @@ -94,11 +95,13 @@ {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}, @@ -187,6 +190,7 @@ {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}, @@ -276,6 +280,7 @@ {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