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

This commit is contained in:
OrangeM21
2020-06-01 18:00:40 +08:00
parent 92ff7ef784
commit 2ed9dfff2c

View File

@@ -14,18 +14,18 @@ export default {
return { return {
initial: { initial: {
is_active: true, is_active: true,
platform: 'linux' platform: 'Linux'
}, },
fields: [ fields: [
[this.$t('assets.Basic'), ['hostname', 'ip', 'platform', 'public_ip', 'domain']], [this.$t('assets.Basic'), ['hostname', 'ip', 'platform', 'public_ip', 'domain']],
[this.$t('assets.Protocols'), ['protocols']], [this.$t('assets.Protocols'), ['protocol']],
[this.$t('assets.Auth'), ['admin_user']], [this.$t('assets.Auth'), ['admin_user']],
[this.$t('assets.Node'), ['nodes']], [this.$t('assets.Node'), ['nodes']],
[this.$t('assets.Label'), ['labels']], [this.$t('assets.Label'), ['labels']],
[this.$t('assets.Other'), ['is_active', 'comment']] [this.$t('assets.Other'), ['is_active', 'comment']]
], ],
fieldsMeta: { fieldsMeta: {
protocols: { protocol: {
component: CustomInput component: CustomInput
}, },
platform: { platform: {