From cb95b9ba4f668c18d4d34ca831ddbb8e49e5d81d Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Mon, 7 Sep 2020 14:49:32 +0800 Subject: [PATCH] =?UTF-8?q?perf(assetCreateUpdate):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=88=9B=E5=BB=BA=E6=88=96=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84ip=E5=AD=97=E6=AE=B5=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Asset/AssetCreateUpdate.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/assets/Asset/AssetCreateUpdate.vue b/src/views/assets/Asset/AssetCreateUpdate.vue index b2615f1d0..4291ba6d3 100644 --- a/src/views/assets/Asset/AssetCreateUpdate.vue +++ b/src/views/assets/Asset/AssetCreateUpdate.vue @@ -33,6 +33,9 @@ export default { [this.$t('common.Other'), ['is_active', 'comment']] ], fieldsMeta: { + ip: { + label: this.$t('assets.ipDomain') + }, protocols: { component: Protocols },