From eea0de0c12013584ae0764f813433e864cd23cdd Mon Sep 17 00:00:00 2001 From: zyh Date: Mon, 22 Apr 2024 17:16:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9asset=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86ip=E4=B8=BAip=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/assetTab.vue | 2 +- nezha-fronted/src/components/page/asset/asset.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/assetTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/assetTab.vue index 31c07aa39..ae9287590 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/assetTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/assetTab.vue @@ -105,7 +105,7 @@ export default { label: 'sn', disabled: false }, { - name: this.$t('config.operationlog.ip'), + name: this.$t('asset.ip'), type: 'input', label: 'ip', disabled: false diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index 5a5eda7f6..2dfb0bd9e 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -317,7 +317,7 @@ export default { id: 'sn', disabled: false }, { - name: this.$t('config.operationlog.ip'), + name: this.$t('asset.ip'), type: 'input', label: 'ip', id: 'ip', @@ -963,7 +963,7 @@ export default { disabled: false, id: 'ip', label: 'ip', - name: this.$t('config.operationlog.ip'), + name: this.$t('asset.ip'), type: 'input', val: '' },