mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
perf: Default组织下,标签关联用户资源,去掉组件用户
This commit is contained in:
parent
9d999a7119
commit
88a6c2bb2b
@ -26,6 +26,9 @@ export default {
|
||||
formatter: AmountFormatter,
|
||||
formatterArgs: {
|
||||
async: true,
|
||||
getItem(item) {
|
||||
return item.is_service_account ? null : item.name
|
||||
},
|
||||
getRoute({ row }) {
|
||||
return {
|
||||
name: 'UserGroupDetail',
|
||||
|
Loading…
Reference in New Issue
Block a user