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