Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

权限管理部分,无法拓展,很僵~ #245

Open
zhangliang2198 opened this issue Jul 27, 2021 · 1 comment
Open

权限管理部分,无法拓展,很僵~ #245

zhangliang2198 opened this issue Jul 27, 2021 · 1 comment

Comments

@zhangliang2198
Copy link

zhangliang2198 commented Jul 27, 2021

目前在实际开发中遇到很多下列情况

  1. 现实中,很多情况都需要对用户直接赋予权限,目前只能根据角色来确定权限;
  2. 现实中,有部分权限可以不存在在任何组中,而是直接赋予给用户的;
  3. 需要有比组更上一层的实现,如部门,一个部门包含有几个角色组,简化人员管理;
  4. lin_permission 中没有code字段,导致在前端根据 permission 做权限管理的时候,要使用中文的 name ,比较奇怪
@towelong
Copy link
Contributor

目前在实际开发中遇到很多下列情况

  1. 现实中,很多情况都需要对用户直接赋予权限,目前只能根据角色来确定权限;
  2. 现实中,有部分权限可以不存在在任何组中,而是直接赋予给用户的;
  3. 需要有比组更上一层的实现,如部门,一个部门包含有几个角色组,简化人员管理;
  4. lin_permission 中没有code字段,导致在前端根据 permission 做权限管理的时候,要使用中文的 name ,比较奇怪

可以自己扩展一个 权限直接给用户分配的而不经过权限组

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants