<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="用户列表" bodyClass="gray-bg animated fadeInRight" isAnimation=false libs=["table","zTree","layout-latest"]/>
组织机构
<@f.form id="user-form">
  • <@ctx.i18n text = "邮箱"/>:
  • <@ctx.i18n text = "手机号码"/>:
  • <@f.treeselect name="compId" boxTitle="请选择归属机构" url="sys/comp/treeData" expandLevel=true placeholder="请选择上级机构"/>
  • : <@f.select name="status" dictType="sys_normal_disable" blankValue="" blankLabel="所有"/>
  •  <@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 = "修改"/> <@shiro.hasPermission name="sys:user:del"> <@ctx.i18n text = "删除"/> <@shiro.hasPermission name="sys:user:export"> 导出
<@footer>