<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="字典列表" libs=["table"]/>
<@f.form id="data-form">
  • 字典名称: <@f.select name="dictType" value="${dictHtml.dictType}" items=dictList itemLabel="dictName" itemValue="dictType"/>
  • 字典标签:
  • 数据状态: <@f.select name="status" blankValue="" blankLabel="所有" dictType="sys_normal_disable" />
  •  <@ctx.i18n text = "查询"/>  <@ctx.i18n text = "重置"/>
<@table id="bootstrap-table"> <@shiro.hasPermission name="sys:dict:add">  <@ctx.i18n text = "新增"/> <@shiro.hasPermission name="sys:dict:edit">  <@ctx.i18n text = "修改"/> <@shiro.hasPermission name="sys:dict:del"> <@ctx.i18n text = "删除"/> <@ctx.i18n text = "关闭"/>
<@footer>