From 900fb1e89840ef51df3ac7296e4053894ded770d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 14 一月 2025 11:28:11 +0800
Subject: [PATCH] startTaskId默认设置为本节点Id

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

diff --git a/src/views/projectEngineering/projectLibrary/list.js b/src/views/projectEngineering/projectLibrary/list.js
index 815a804..bbc8e98 100644
--- a/src/views/projectEngineering/projectLibrary/list.js
+++ b/src/views/projectEngineering/projectLibrary/list.js
@@ -180,7 +180,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 +269,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