diff --git a/nezha-fronted/src/components/common/rightBox/ipamBox.vue b/nezha-fronted/src/components/common/rightBox/ipamBox.vue index 7310369cc..206c77a7a 100644 --- a/nezha-fronted/src/components/common/rightBox/ipamBox.vue +++ b/nezha-fronted/src/components/common/rightBox/ipamBox.vue @@ -52,9 +52,6 @@ - - -
@@ -64,6 +61,9 @@
+ + + diff --git a/nezha-fronted/src/components/common/table/settings/ipamTable.vue b/nezha-fronted/src/components/common/table/settings/ipamTable.vue index 31b61da6d..29bcbeb2e 100644 --- a/nezha-fronted/src/components/common/table/settings/ipamTable.vue +++ b/nezha-fronted/src/components/common/table/settings/ipamTable.vue @@ -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', diff --git a/nezha-fronted/src/components/page/config/ipam.vue b/nezha-fronted/src/components/page/config/ipam.vue index 60b892550..ee33addf5 100644 --- a/nezha-fronted/src/components/page/config/ipam.vue +++ b/nezha-fronted/src/components/page/config/ipam.vue @@ -119,16 +119,16 @@ export default { type: 'input', label: 'addr', disabled: false - }, { - name: this.$t('overall.vlan'), - type: 'input', - label: 'vlan', - disabled: false }, { name: this.$t('overall.dc'), type: 'dc', label: 'dcIds', disabled: false + }, { + name: this.$t('overall.vlan'), + type: 'input', + label: 'vlan', + disabled: false } ] }