${text('消息模板管理')}
${text('查询')} <% if(hasPermi('msg:msgTemplate:edit')){ %> ${text('新增')} <% } %>
<#form:form id="searchForm" model="${msgTemplate}" action="${ctx}/msg/msgTemplate/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
<#form:select path="tplType" dictType="sys_msg_type" blankOption="true" class="form-control"/>
<#form:input path="tplKey" maxlength="100" class="form-control width-120"/>
<#form:input path="tplName" maxlength="100" class="form-control width-120"/>
<#form:select path="moduleCode" items="${moduleList}" itemLabel="moduleName" itemValue="moduleCode" blankOption="true" class="form-control"/>
<#form:select path="status" dictType="sys_search_status" blankOption="true" class="form-control"/>