【fix】bug 55154

This commit is contained in:
zer0Black
2022-06-30 21:17:10 +08:00
parent 30eca7cf51
commit c7aa206416
@@ -134,27 +134,32 @@
{
title: this.$t('status'),
align: 'center',
width: 80,
dataIndex: 'state'
},
{
title: this.$t('parameterTemplateName'),
align: 'center',
width: 180,
dataIndex: 'paramsTemplateName'
},
{
title: this.$t('collectionCompletionTime'),
align: 'center',
dataIndex: 'finishTime',
width: 130,
scopedSlots: { customRender: 'collectionCompletionTime' }
},
{
title: this.$t('Version'),
align: 'center',
width: 50,
dataIndex: 'version'
},
{
title: this.$t('creator'),
align: 'center',
width: 110,
dataIndex: 'createBy'
},
{
@@ -167,7 +172,7 @@
title: this.$t('operation'),
align: 'center',
fixed: 'right',
width: 310,
width: 210,
scopedSlots: { customRender: 'operation' }
}
],