Skip to content

Commit

Permalink
fix: Default组织下,标签关联用户资源,去掉组件用户
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 authored and BaiJiangJie committed Dec 29, 2023
1 parent 1416405 commit cc8d94f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/users/Group/UserGroupList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export default {
width: '160px',
formatter: AmountFormatter,
formatterArgs: {
getItem(item) {
return item.is_service_account ? null : item.name
},
routeQuery: {
activeTab: 'GroupUser'
}
Expand Down

0 comments on commit cc8d94f

Please sign in to comment.