From f867526db1a30d25b77fc67d1761e986b7cba0c8 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 03 一月 2025 10:30:56 +0800 Subject: [PATCH] 项目流程推进增加table列宽度等属性 --- src/views/projectEngineering/projectLibrary/list.js | 4 ++-- src/views/projectProcess/index.vue | 1 + 2 files changed, 3 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}, diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue index 45f2197..9838167 100644 --- a/src/views/projectProcess/index.vue +++ b/src/views/projectProcess/index.vue @@ -197,6 +197,7 @@ :prop="item.id" :label="item.label" :min-width="item.minWidth" + :show-overflow-tooltip="item.showOverflowTooltip" > <template slot-scope="scope"> <!-- 浣跨敤鍏峰悕鎻掓Ы --> -- Gitblit v1.8.0