<#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="category" dictType="sys_bpm_category" blankValue="" blankLabel="所有"/>
  • <@ctx.i18n text = "状态"/>: <@f.select name="suspensionState" dictType="sys_bpm_status" blankValue="" blankLabel="所有"/>
  •   <@ctx.i18n text = "查询"/>  <@ctx.i18n text = "重置"/>
<@table id="bootstrap-table"/>
<@footer>