mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 23:59:02 +00:00
fix: Default组织下,标签关联用户资源,去掉组件用户
This commit is contained in:
@@ -28,6 +28,9 @@ export default {
|
||||
width: '160px',
|
||||
formatter: AmountFormatter,
|
||||
formatterArgs: {
|
||||
getItem(item) {
|
||||
return item.is_service_account ? null : item.name
|
||||
},
|
||||
routeQuery: {
|
||||
activeTab: 'GroupUser'
|
||||
}
|
||||
|
Reference in New Issue
Block a user