mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 07:01:26 +00:00
Merge branch 'dev' of github.com:jumpserver/lina into dev
This commit is contained in:
commit
ae7952d6e3
@ -108,13 +108,7 @@ export default {
|
||||
},
|
||||
{
|
||||
key: this.$t('tickets.Assignee'),
|
||||
value: this.comments,
|
||||
callback: function(row, data) {
|
||||
if (data.length !== 0) {
|
||||
return <span>{data[0].user_display}</span>
|
||||
}
|
||||
return <span></span>
|
||||
}
|
||||
value: this.object.assignee_display
|
||||
},
|
||||
{
|
||||
key: this.$t('common.dateCreated'),
|
||||
|
Loading…
Reference in New Issue
Block a user