From 58dc677c8d7205de830bb52a8b913dac1d946faf Mon Sep 17 00:00:00 2001 From: zyh Date: Wed, 21 Jun 2023 10:39:54 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2898=20fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dtermin?= =?UTF-8?q?al=20select=20asset=20=E6=9C=AA=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/webSSHNew.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nezha-fronted/src/components/cli/webSSHNew.vue b/nezha-fronted/src/components/cli/webSSHNew.vue index 0b446617f..ca5f34495 100644 --- a/nezha-fronted/src/components/cli/webSSHNew.vue +++ b/nezha-fronted/src/components/cli/webSSHNew.vue @@ -264,25 +264,25 @@ export default { prop: 'id', minWidth: 48 }, { - label: 'Name', + label: this.$t('overall.name'), prop: 'name', minWidth: 100 }, { - label: 'Manage Ip', + label: this.$t('asset.manageIp'), prop: 'manageIp', minWidth: 132 }, { - label: 'Type', + label: this.$t('overall.type'), prop: 'type', minWidth: 86 }, { - label: 'Model', + label: this.$t('asset.model'), prop: 'model', - minWidth: 106 + minWidth: 102 }, { - label: 'Datacenter', + label: this.$t('overall.dc'), prop: 'dc', - minWidth: 94 + minWidth: 98 } ], rules: {