<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="字典列表" libs=["table"]/>
<@f.form id="type-form">
<@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 = "删除"/> <@shiro.hasPermission name="sys:dict:clear">  <@ctx.i18n text = "清除缓存"/>
<@footer>