fix: 修复列表错位
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user