mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-12 10:08:52 +00:00
perf: Ticket flow rule user display name(username)
This commit is contained in:
parent
edbf477c1e
commit
d561701049
@ -48,7 +48,12 @@ export default {
|
||||
}
|
||||
],
|
||||
select2Option: {
|
||||
url: '/api/v1/users/users/?oid=root'
|
||||
url: '/api/v1/users/users/?oid=root',
|
||||
ajax: {
|
||||
transformOption: (item) => {
|
||||
return { label: item.name + '(' + item.username + ')', value: item.id }
|
||||
}
|
||||
}
|
||||
},
|
||||
fields: [
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user