From fc4aeac2d639af35ac9c064608a0243b20b5c73e Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 04 八月 2023 15:24:05 +0800
Subject: [PATCH] 修改流程展示

---
 Source/UBCS-WEB/src/views/work/send.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/work/send.vue b/Source/UBCS-WEB/src/views/work/send.vue
index 2cd93e8..2e50088 100644
--- a/Source/UBCS-WEB/src/views/work/send.vue
+++ b/Source/UBCS-WEB/src/views/work/send.vue
@@ -86,6 +86,7 @@
             headerAlign:'center',
             align:'left',
             sortable:true,
+            overHidden:true,
             formatter: (val) => {
               return val.variables.processName
             }
@@ -93,21 +94,25 @@
             label: '娴佺▼杩涘害',
             prop: 'processIsFinished',
             slot: true,
-            width: 80,
+            width: 100,
           }, {
             label: '褰撳墠姝ラ',
             prop: 'taskName',
+            width:150
           }, {
             label: '鍙戣捣鏃堕棿',
             sortable:true,
-            prop: 'createTime',
+            width:180,
+            prop: 'createTime'
           },{
             label: '鎵�灞炴祦绋嬫ā鏉�',
             sortable:true,
-            prop: 'categoryName'
+            prop: 'categoryName',
+            width:200
           }, {
             label: '娴佺▼鎻忚堪',
             prop: 'processDesc',
+            overHidden:true,
             formatter: (val) => {
               return val.variables.processDesc
             }

--
Gitblit v1.9.3