fix: 内置报告排序字段传参错误问题

This commit is contained in:
@changcode
2022-04-28 15:15:08 +08:00
parent 8eb26abe10
commit ec7c689ec3
3 changed files with 3 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ export default {
label: this.$t('overall.status'),
prop: 'state',
show: true,
width: 120,
width: 130,
sortable: 'custom'
}
],