<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="授权角色列表" libs=["table"]/>
<@f.form id="user-form"> <@f.hidden name="roleId" value="${roleId}" refresh=false />
  • <@ctx.i18n text = "登陆账号"/>:
  • <@ctx.i18n text = "邮箱"/>:
  • <@ctx.i18n text = "手机号码"/>:
  • <@f.treeselect name="compId" boxTitle="请选择归属机构" url="sys/comp/treeData" expandLevel=true placeholder="请选择上级机构"/>
  • <@ctx.i18n text = "用户状态"/>: <@f.select name="status" blankValue="" blankLabel="所有" dictType="sys_normal_disable" />
  •  <@ctx.i18n text = "查询"/>  <@ctx.i18n text = "重置"/>
  • <@table id="bootstrap-table"> <@shiro.hasPermission name="sys:user:add">  <@ctx.i18n text = "批量添加用户"/> <@shiro.hasPermission name="sys:user:edit">  <@ctx.i18n text = "批量取消"/> <@ctx.i18n text = "关闭"/>
    <@footer>