mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
工单处理人显示 与右侧一致
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
},
|
||||
{
|
||||
key: this.$t('tickets.Assignees'),
|
||||
value: this.object.assignees_display
|
||||
value: this.object.assignees_display.join(', ')
|
||||
},
|
||||
{
|
||||
key: this.$t('tickets.Assignee'),
|
||||
|
Reference in New Issue
Block a user