#@layout() #define script() #end #define content() 用户角色 首页 / 用户 / 用户角色 新建 名称 描述 #for(role : roles) #(role.name ??) #if(role.isSuperAdmin()) (超级管理员) #end 编辑 | 权限 | 删除 #(role.description ??) #end #end