From 01ae48bc5f7e63e27aa7338cbc2794e30535fd66 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 07 二月 2025 17:59:20 +0800
Subject: [PATCH] 监听器时间限制

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

diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js
index 815a804..1be2c8d 100644
--- a/src/views/projectEngineering/projectLibrary/list.js
+++ b/src/views/projectEngineering/projectLibrary/list.js
@@ -10,6 +10,7 @@
   {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,7 +181,7 @@
 // 娴佺▼鎺ㄨ繘鍒楄〃浣跨敤
 export const projectProcessCurrent = [
   {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true},
-  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true},
+  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true, minWidth: 200, showOverflowTooltip: true},
   {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true},
   {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},
@@ -269,7 +270,7 @@
 ];
 export const projectProcessCurrentRest = [
   {id: 'projectName', label: '椤圭洰鍚嶇О', visible: true},
-  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true},
+  {id: 'flowableProcessName', label: '缁戝畾娴佺▼', visible: true, minWidth: 200, showOverflowTooltip: true},
   {id: 'projectOwnerUnit', label: '涓氫富鍗曚綅', visible: true},
   {id: 'coding', label: '椤圭洰鐮�', slotName: 'coding', visible: true},
   {id: 'projectCode', label: '椤圭洰浠g爜', visible: true},

--
Gitblit v1.8.0