NEZ-656 fix: 穿梭框asset列表数据改正

This commit is contained in:
chenjinsong
2021-05-21 17:14:58 +08:00
parent 83000289e9
commit 94c35fd985

View File

@@ -288,7 +288,7 @@ export default {
id: 21, id: 21,
name: 'Host', name: 'Host',
type: 'input', type: 'input',
label: 'host', label: 'manageIp',
disabled: false disabled: false
}, { }, {
id: 22, id: 22,
@@ -319,7 +319,7 @@ export default {
}, },
{ {
label: this.$t('asset.host'), label: this.$t('asset.host'),
prop: 'host', prop: 'manageIp',
show: true show: true
} }
], ],