fix: IPAM 页面列表展示顺序调整

This commit is contained in:
@changcode
2022-03-04 10:16:06 +08:00
parent 9b5fe8f5b8
commit c2e17dd325
3 changed files with 13 additions and 13 deletions

View File

@@ -111,17 +111,17 @@ export default {
show: true,
minWidth: 200,
sortable: 'custom'
}, {
label: this.$t('overall.vlan'),
prop: 'vlan',
show: true,
width: 200
}, {
label: this.$t('overall.dc'),
prop: 'dc',
show: true,
width: 200,
sortable: 'custom'
}, {
label: this.$t('overall.vlan'),
prop: 'vlan',
show: true,
width: 200
}, {
label: this.$t('overall.remark'),
prop: 'remark',