From 96a6f91ff223aaa20e2be4273fa89d642b480fb3 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期四, 24 八月 2023 18:29:02 +0800
Subject: [PATCH] Revert "提交代码"
---
Source/UBCS-WEB/src/views/work/claim.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/work/claim.vue b/Source/UBCS-WEB/src/views/work/claim.vue
index 63b6582..fc71ffd 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,23 +97,27 @@
label: '鍙戣捣浜�',
prop: 'createUser',
sortable:true,
+ width:150,
formatter: (val) => {
return val.variables.createUser
}
}, {
label: '鍙戣捣鏃堕棿',
sortable:true,
- prop: 'createTime',
+ width:180,
+ prop: 'processDefinitionStartTime'
}, {
label: '褰撳墠姝ラ',
prop: 'taskName',
},{
label: '鎵�灞炴祦绋嬫ā鏉�',
sortable:true,
+ width:200,
prop: 'categoryName'
}, {
label: '娴佺▼鎻忚堪',
prop: 'processDesc',
+ overHidden:true,
formatter: (val) => {
return val.variables.processDesc
}
--
Gitblit v1.9.3