mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
Merge pull request #1109 from jumpserver/pr@dev@ticket_bug
fix: 工单资产信息不显示
This commit is contained in:
commit
3f03f0f18c
@ -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'),
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user