From e53e0d9cc7472153946147d548f572fd14be13f3 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 04 八月 2023 15:25:20 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/views/work/claim.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/work/claim.vue b/Source/UBCS-WEB/src/views/work/claim.vue
index 63b6582..9d31372 100644
--- a/Source/UBCS-WEB/src/views/work/claim.vue
+++ b/Source/UBCS-WEB/src/views/work/claim.vue
@@ -88,6 +88,8 @@
             headerAlign:'center',
             align:'left',
             sortable:true,
+            width:300,
+            overHidden:true,
             formatter: (val) => {
               return val.variables.processName
             }
@@ -95,12 +97,14 @@
             label: '鍙戣捣浜�',
             prop: 'createUser',
             sortable:true,
+            width:150,
             formatter: (val) => {
               return val.variables.createUser
             }
           }, {
             label: '鍙戣捣鏃堕棿',
             sortable:true,
+            width:180,
             prop: 'createTime',
           }, {
             label: '褰撳墠姝ラ',
@@ -108,10 +112,12 @@
           },{
             label: '鎵�灞炴祦绋嬫ā鏉�',
             sortable:true,
+            width:200,
             prop: 'categoryName'
           }, {
             label: '娴佺▼鎻忚堪',
             prop: 'processDesc',
+            overHidden:true,
             formatter: (val) => {
               return val.variables.processDesc
             }

--
Gitblit v1.9.3