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