fix : 修复列显示错误的问题

This commit is contained in:
Aaron3S
2023-02-09 17:25:55 +08:00
committed by huailei
parent d0fa87009d
commit bacac276ff

View File

@@ -48,10 +48,7 @@ export default {
}
},
comment: {
width: '240px',
formatter: (row) => {
return row.type.label
}
width: '240px'
},
summary: {
label: this.$t('ops.Summary(success/total)'),