[update] 修改bug87572

This commit is contained in:
lideqin
2024-07-29 11:59:43 +08:00
parent 2847b7c964
commit 2528e037f1
2 changed files with 7 additions and 7 deletions
@@ -73,21 +73,21 @@ export default {
{ // 流程类型
title: this.$t('workCenter.processCenter.processType'),
align: 'center',
width: 180,
width: 300,
dataIndex: 'prcType_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 流程名称
title: this.$t('processName'),
align: 'center',
width: 180,
width: 660,
dataIndex: 'prcName',
scopedSlots: { customRender: 'text' }
},
{ // 创建时间
title: this.$t('createTime'),
align: 'center',
width: 180,
width: 300,
dataIndex: 'createTime',
sorter: true,
scopedSlots: { customRender: 'text' }
@@ -110,21 +110,21 @@ export default {
{ // 流程类型
title: this.$t('workCenter.processCenter.processType'),
align: 'center',
width: 180,
width: 260,
dataIndex: 'prcType_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 流程名称
title: this.$t('processName'),
align: 'center',
width: 180,
width: 320,
dataIndex: 'prcName',
scopedSlots: { customRender: 'text' }
},
{ // 节点名称
title: this.$t('workCenter.processCenter.nodeName'),
align: 'center',
width: 180,
width: 200,
dataIndex: 'taskName',
scopedSlots: { customRender: 'text' }
},
@@ -148,7 +148,7 @@ export default {
scopedSlots: { customRender: 'action' },
align: 'center',
fixed: 'right',
width: 200
width: 180
}
],
url: {