From 931a18e3adbbb9180590dce668a1cbc254cc8fad Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Mon, 1 Jun 2020 18:05:36 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=BB=84=E4=BB=B6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Asset/AssetCreateUpdate.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/assets/Asset/AssetCreateUpdate.vue b/src/views/assets/Asset/AssetCreateUpdate.vue index 2cfc8e661..5547816d8 100644 --- a/src/views/assets/Asset/AssetCreateUpdate.vue +++ b/src/views/assets/Asset/AssetCreateUpdate.vue @@ -18,14 +18,14 @@ export default { }, fields: [ [this.$t('assets.Basic'), ['hostname', 'ip', 'platform', 'public_ip', 'domain']], - [this.$t('assets.Protocols'), ['protocol']], + [this.$t('assets.Protocols'), ['protocols']], [this.$t('assets.Auth'), ['admin_user']], [this.$t('assets.Node'), ['nodes']], [this.$t('assets.Label'), ['labels']], [this.$t('assets.Other'), ['is_active', 'comment']] ], fieldsMeta: { - protocol: { + protocols: { component: CustomInput }, platform: {