[fix]修复创建资产组件异常

This commit is contained in:
OrangeM21
2020-06-01 18:05:36 +08:00
parent 76cee647fc
commit 931a18e3ad

View File

@@ -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: {