fix: 修复列表错位

This commit is contained in:
@changcode
2021-08-02 15:41:43 +08:00
parent 1ba5f0ab23
commit 17c28cd4ec
7 changed files with 30 additions and 17 deletions

View File

@@ -111,11 +111,13 @@ export default {
label: this.$t('overall.name'),
prop: 'name',
show: true,
sortable: 'custom'
sortable: 'custom',
minWidth: 200
}, {
label: this.$t('config.mib.fileName'),
prop: 'fileName',
show: true
show: true,
minWidth: 100
}, {
label: this.$t('config.mib.models'),
prop: 'modelsDetail',
@@ -123,15 +125,18 @@ export default {
}, {
label: this.$t('overall.remark'),
prop: 'remark',
show: true
show: true,
minWidth: 100
}, {
label: this.$t('config.mib.updateUser'),
prop: 'updateUser',
show: false
show: false,
minWidth: 120
}, {
label: this.$t('config.mib.updateAt'),
prop: 'updateAt',
show: false
show: false,
minWidth: 150
}
]
}