[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'), title: this.$t('workCenter.processCenter.processType'),
align: 'center', align: 'center',
width: 180, width: 300,
dataIndex: 'prcType_dictText', dataIndex: 'prcType_dictText',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 流程名称 { // 流程名称
title: this.$t('processName'), title: this.$t('processName'),
align: 'center', align: 'center',
width: 180, width: 660,
dataIndex: 'prcName', dataIndex: 'prcName',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 创建时间 { // 创建时间
title: this.$t('createTime'), title: this.$t('createTime'),
align: 'center', align: 'center',
width: 180, width: 300,
dataIndex: 'createTime', dataIndex: 'createTime',
sorter: true, sorter: true,
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
@@ -110,21 +110,21 @@ export default {
{ // 流程类型 { // 流程类型
title: this.$t('workCenter.processCenter.processType'), title: this.$t('workCenter.processCenter.processType'),
align: 'center', align: 'center',
width: 180, width: 260,
dataIndex: 'prcType_dictText', dataIndex: 'prcType_dictText',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 流程名称 { // 流程名称
title: this.$t('processName'), title: this.$t('processName'),
align: 'center', align: 'center',
width: 180, width: 320,
dataIndex: 'prcName', dataIndex: 'prcName',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 节点名称 { // 节点名称
title: this.$t('workCenter.processCenter.nodeName'), title: this.$t('workCenter.processCenter.nodeName'),
align: 'center', align: 'center',
width: 180, width: 200,
dataIndex: 'taskName', dataIndex: 'taskName',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
@@ -148,7 +148,7 @@ export default {
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
width: 200 width: 180
} }
], ],
url: { url: {