mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 22:44:13 +00:00
fix: 修复用户界面字段显示问题
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
label: this.$t('assets.Type')
|
||||
},
|
||||
{
|
||||
prop: 'database',
|
||||
prop: 'attrs.database',
|
||||
align: 'center',
|
||||
label: this.$t('assets.Database')
|
||||
},
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
label: this.$t('assets.Type')
|
||||
},
|
||||
{
|
||||
prop: 'cluster',
|
||||
prop: 'attrs.cluster',
|
||||
align: 'center',
|
||||
label: this.$t('applications.cluster')
|
||||
},
|
||||
|
||||
@@ -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')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user