From 94c35fd9854525837c792d1199be0d2f6ff48a2f Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 21 May 2021 17:14:58 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-656=20fix:=20=E7=A9=BF=E6=A2=AD=E6=A1=86ass?= =?UTF-8?q?et=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=E6=94=B9=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/rightBox/asset/assetBatchEditBox.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue index b5e7f2613..cb7b52fcf 100644 --- a/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue +++ b/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue @@ -288,7 +288,7 @@ export default { id: 21, name: 'Host', type: 'input', - label: 'host', + label: 'manageIp', disabled: false }, { id: 22, @@ -319,7 +319,7 @@ export default { }, { label: this.$t('asset.host'), - prop: 'host', + prop: 'manageIp', show: true } ],