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 |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js
index 815a804..9300780 100644
--- a/src/views/projectEngineering/projectLibrary/list.js
+++ b/src/views/projectEngineering/projectLibrary/list.js
@@ -1,15 +1,17 @@
 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},
   {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},
@@ -88,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},
@@ -180,12 +184,13 @@
 // 娴佺▼鎺ㄨ繘鍒楄〃浣跨敤
 export const projectProcessCurrent = [
   {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true},
-  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true},
-  {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true},
+  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true, minWidth: 200, showOverflowTooltip: 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},
@@ -269,12 +274,13 @@
 ];
 export const projectProcessCurrentRest = [
   {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true},
-  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true},
-  {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true},
+  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true, minWidth: 200, showOverflowTooltip: 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