fix: 修复列表页面错位

This commit is contained in:
@changcode
2022-03-24 14:16:35 +08:00
parent 308f891da4
commit 21b6fa9db3
2 changed files with 2 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ export default {
label: this.$t('config.agent.type'), label: this.$t('config.agent.type'),
prop: 'type', prop: 'type',
show: true, show: true,
minWidth: 100,
sortable: 'custom' sortable: 'custom'
}, { }, {
label: this.$t('asset.state'), label: this.$t('asset.state'),

View File

@@ -162,7 +162,7 @@ export default {
label: this.$t('config.dc.cabinetNum'), label: this.$t('config.dc.cabinetNum'),
prop: 'cabinetNum', prop: 'cabinetNum',
show: true, show: true,
minWidth: 100, minWidth: 110,
sortable: 'custom' sortable: 'custom'
}, { }, {
label: this.$t('config.dc.assets'), label: this.$t('config.dc.assets'),