Merge pull request #1109 from jumpserver/pr@dev@ticket_bug

fix: 工单资产信息不显示
This commit is contained in:
feng626 2021-10-25 11:32:28 +08:00 committed by GitHub
commit 3f03f0f18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -111,11 +111,11 @@ export default {
},
{
key: this.$t('applications.appName'),
value: this.object.meta['apply_applications_display']
value: this.object.meta.apply_applications_display.join(', ')
},
{
key: this.$t('tickets.SystemUser'),
value: this.object.meta['apply_system_users_display']
value: this.object.meta.apply_system_users_display.join(', ')
},
{
key: this.$t('common.dateStart'),

View File

@ -108,11 +108,11 @@ export default {
},
{
key: this.$t('assets.Asset'),
value: this.object.meta['apply_assets_display']
value: this.object.meta.apply_assets_display.join(', ')
},
{
key: this.$t('tickets.SystemUser'),
value: this.object.meta['apply_system_users_display']
value: this.object.meta.apply_system_users_display.join(', ')
},
{
key: this.$t('assets.Action'),