fix: 修复用户界面字段显示问题

This commit is contained in:
Orange
2020-11-06 15:49:45 +08:00
committed by 老广
parent 615576b3fd
commit 17e5564cd7
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ export default {
label: this.$t('assets.Type')
},
{
prop: 'database',
prop: 'attrs.database',
align: 'center',
label: this.$t('assets.Database')
},

View File

@@ -35,7 +35,7 @@ export default {
label: this.$t('assets.Type')
},
{
prop: 'cluster',
prop: 'attrs.cluster',
align: 'center',
label: this.$t('applications.cluster')
},

View File

@@ -34,7 +34,7 @@ export default {
label: this.$t('assets.Type')
},
{
prop: 'asset_info.hostname',
prop: 'attrs.asset_info.hostname',
align: 'center',
label: this.$t('assets.Asset')
},