工单处理人显示 与右侧一致

This commit is contained in:
feng626
2021-07-26 16:58:44 +08:00
committed by 老广
parent 6bab31d74c
commit 7fda66cda4

View File

@@ -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'),