{% load rbac %}
判断 filter 判断里面只能用filter 只能一个一个判断
{% load rbac %}
{% if request|has_permission:\'add_customer\' %}
<a href="{% url \'add_customer\' %}?{{ query_params }}">添加</a>
{% endif %}
使用注意事项
用户注册后 对应在rbac中的UserInfo创建用户 和 原系统的用户做一对一关联
菜单 父权限 子权限 的层级关系