fix: IPAM 页面列表展示顺序调整
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user