1
0
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:
feng 2024-08-16 11:04:13 +08:00 committed by Bryan
parent edbf477c1e
commit d561701049

View File

@ -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: [
]