From 6fcfc66f0819452d38c890dc9c4287fe63a16cf7 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 04 八月 2023 17:21:50 +0800
Subject: [PATCH] 主数据导出重新修改

---
 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