From ae5807029edabde0b1e1488c090bd830fccf75a7 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期一, 18 九月 2023 16:13:07 +0800 Subject: [PATCH] 代码提交 --- 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