[update] 修改bug87572
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user