From 582b2582bf579ecf10ec96e84b7c49a90da8344f Mon Sep 17 00:00:00 2001 From: Michael Bai Date: Mon, 13 Dec 2021 11:23:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=A5=E7=9C=8B=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=B8=8D=E5=8C=85=E5=90=AB=E8=8A=82=E7=82=B9?= =?UTF-8?q?key=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Asset/AssetList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/assets/Asset/AssetList.vue b/src/views/assets/Asset/AssetList.vue index 5e07e1771..f49772b42 100644 --- a/src/views/assets/Asset/AssetList.vue +++ b/src/views/assets/Asset/AssetList.vue @@ -357,8 +357,7 @@ export default { this.nodeInfoDialogSetting.items = [ { key: 'id', label: 'ID', value: res.id }, { key: 'name', label: this.$t('assets.Name'), value: res.name }, - { key: 'fullName', label: this.$t('assets.FullName'), value: res.full_value }, - { key: 'key', label: this.$t('assets.Key'), value: res.key } + { key: 'fullName', label: this.$t('assets.FullName'), value: res.full_value } ] }).catch(error => { this.$message.error(this.$t('common.getErrorMsg' + ' ' + error))