fix: 更改列顺序

This commit is contained in:
chenjinsong
2022-07-05 16:16:31 +08:00
parent d2e37360da
commit d8bb7096ff

View File

@@ -238,17 +238,17 @@ export default {
prop: 'id',
show: true,
width: 50
}, {
label: this.$t('report.categoryType'),
prop: 'categoryId',
show: true,
minWidth: 180
}, {
label: this.$t('config.user.name'),
prop: 'name',
show: true,
minWidth: 200,
sortable: 'custom'
}, {
label: this.$t('report.categoryType'),
prop: 'categoryId',
show: true,
minWidth: 180
}, {
label: this.$t('report.timeLimit'),
prop: 'timeLimit',