<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="公告列表" libs=["table"]/>
<@f.form id="module-form">
  • <@ctx.i18n text = "公告标题"/>:
  • <@ctx.i18n text = "类型"/>: <@f.select name="noticeType" blankValue="" blankLabel="所有" dictType="sys_notice_type" />
  • <@ctx.i18n text = "状态"/>: <@f.select name="sys_notice_status" blankValue="" blankLabel="所有" dictType="sys_notice_type" />
  •   <@ctx.i18n text = "查询"/>  <@ctx.i18n text = "重置"/>
<@table id="bootstrap-table"> <@shiro.hasPermission name="sys:notice:add">  <@ctx.i18n text = "新增"/> <@shiro.hasPermission name="sys:notice:edit">  <@ctx.i18n text = "修改"/> <@shiro.hasPermission name="sys:notice:del"> <@ctx.i18n text = "删除"/>
<@footer>