<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="参数列表" libs=["table"]/>
<@f.form id="config-form">
<@table id="bootstrap-table"> <@shiro.hasPermission name="sys:config:add">  <@ctx.i18n text = "新增"/> <@shiro.hasPermission name="sys:config:edit">  <@ctx.i18n text = "修改"/> <@shiro.hasPermission name="sys:config:del">  <@ctx.i18n text = "删除"/> <@shiro.hasPermission name="sys:config:clear">  <@ctx.i18n text = "清除缓存"/>
<@footer>