mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +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'),
|
key: this.$t('tickets.Assignee'),
|
||||||
value: this.comments,
|
value: this.object.assignee_display
|
||||||
callback: function(row, data) {
|
|
||||||
if (data.length !== 0) {
|
|
||||||
return <span>{data[0].user_display}</span>
|
|
||||||
}
|
|
||||||
return <span></span>
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: this.$t('common.dateCreated'),
|
key: this.$t('common.dateCreated'),
|
||||||
|
Loading…
Reference in New Issue
Block a user