diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue b/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue index 27b3f0dbf..195b003da 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue @@ -118,14 +118,12 @@ export default { }, { name: 'IP', type: 'input', - label: 'manageIp', + label: 'addr', disabled: false }, { name: this.$t('asset.state'), - type: 'assetState', - label: 'stateIds', - id: 'stateIds', - readonly: true, + type: 'input', + label: 'state', disabled: false }] } @@ -144,7 +142,7 @@ export default { delete this.searchLabel.orderBy } this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo) - this.$set(this.searchLabel, 'ids', this.obj.id) + this.$set(this.searchLabel, 'subnetId', this.obj.id) this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize) this.tools.loading = true this.$get(this.url, { ...this.searchLabel }).then(response => { diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue index 61abbd155..4ddd1c09a 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue @@ -164,7 +164,7 @@ export default { immediate: true, handler (n) { if (n) { - // console.log(n) + // console.log(n) } } } diff --git a/nezha-fronted/src/components/common/table/settings/ipDetailsTable.vue b/nezha-fronted/src/components/common/table/settings/ipDetailsTable.vue index e3034abee..2a556268a 100644 --- a/nezha-fronted/src/components/common/table/settings/ipDetailsTable.vue +++ b/nezha-fronted/src/components/common/table/settings/ipDetailsTable.vue @@ -116,13 +116,11 @@ export default { prop: 'mac', show: true, minWidth: 200, - sortable: 'custom' }, { label: this.$t('config.ipamip.asset'), prop: 'asset', show: true, width: 200, - sortable: 'custom' }, { label: this.$t('overall.state'), prop: 'state',