修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-07 09:38:47 +08:00
parent d433306dd1
commit 9d27eabd99
2 changed files with 18 additions and 15 deletions
@@ -155,14 +155,14 @@
title: this.$t('collectionCompletionTime'),
align: 'center',
dataIndex: 'finishTime',
width: 160,
width: 180,
ellipsis: true,
scopedSlots: { customRender: 'collectionCompletionTime' }
},
{
title: this.$t('Version'),
align: 'center',
width: 50,
width: 80,
ellipsis: true,
dataIndex: 'version'
},