From db8ba3e3b92b567d3c3a3b26a551d4241a353585 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 20 二月 2025 18:24:19 +0800
Subject: [PATCH] 项目修改字段不能编辑bug

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

diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js
index e1e65a8..ff04631 100644
--- a/src/views/projectEngineering/projectLibrary/list.js
+++ b/src/views/projectEngineering/projectLibrary/list.js
@@ -4,6 +4,7 @@
   {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},
   {id: 'projectType', label: '椤圭洰绫诲瀷', slotName: 'projectType', visible: true},
+  {id: 'projectSubType', label: '椤圭洰瀛愮被鍨�', visible: true},
   {id: 'projectPhase', label: '椤圭洰闃舵', visible: true},
   {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true},
   {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true},
@@ -94,6 +95,7 @@
   {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},
   {id: 'projectType', label: '椤圭洰绫诲瀷', slotName: 'projectType', visible: true},
+  {id: 'projectSubType', label: '椤圭洰瀛愮被鍨�', visible: true},
   {id: 'projectPhase', label: '椤圭洰闃舵', visible: true},
   {id: 'constructionNature', label: '寤鸿鎬ц川', slotName: 'constructionNature', visible: true},
   {id: 'totalInvestment', label: '鎬绘姇璧勯', visible: true},

--
Gitblit v1.8.0