<#include "/common/defaultEngine.html"/> <@pageTheme mark="${config.optimize()?string('true', 'false')}"> <@header title="岗位信息列表" libs=["table"]/>
<@f.form id="post-form">
  • <@ctx.i18n text = "岗位编码"/>:
  • <@ctx.i18n text = "岗位名称"/>:
  • <@ctx.i18n text = "岗位分类"/>: <@f.select name="postType" blankValue="" blankLabel="所有" dictType="sys_post_type" />
  • <@ctx.i18n text = "状态"/>: <@f.select name="status" blankValue="" blankLabel="所有" dictType="sys_status" />
  •   <@ctx.i18n text = "查询"/>  <@ctx.i18n text = "重置"/>
<@table id="bootstrap-table"> <@shiro.hasPermission name="sys:post:add">  <@ctx.i18n text = "新增"/> <@shiro.hasPermission name="sys:post:edit">  <@ctx.i18n text = "修改"/> <@shiro.hasPermission name="sys:post:del"> <@ctx.i18n text = "删除"/>
<@footer>