mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-17 23:39:36 +00:00
Merge pull request #1104 from jumpserver/pr@dev@ticket_bug
fix: 工单详情资产信息未显示
This commit is contained in:
@@ -78,11 +78,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'),
|
||||
|
||||
@@ -71,11 +71,11 @@ export default {
|
||||
return [
|
||||
{
|
||||
key: this.$t('tickets.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'),
|
||||
|
||||
Reference in New Issue
Block a user