权限管理的三级菜单的流程及使用 (3)

{% load rbac %}
判断 filter 判断里面只能用filter 只能一个一个判断
{% load rbac %}

{% if request|has_permission:\'add_customer\' %}
<a href="{% url \'add_customer\' %}?{{ query_params }}">添加</a>
{% endif %}

使用注意事项

用户注册后 对应在rbac中的UserInfo创建用户 和 原系统的用户做一对一关联

菜单 父权限 子权限 的层级关系

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzssfg.html