国际化管理
查询 <% if(hasPermi('sys:lang:edit')){ %> 新增 清理缓存 <% } %>
<#form:form id="searchForm" model="${lang}" action="${ctx}/sys/lang/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
<#form:input path="langCode_like" maxlength="500" class="form-control width-120"/>
<#form:input path="langText" maxlength="500" class="form-control width-120"/>
<#form:select path="langType" dictType="sys_lang_type" blankOption="true" class="form-control"/>
<#form:select path="module.moduleCode" items="${moduleList}" itemLabel="moduleName" itemValue="moduleCode" class="form-control" blankOption="true"/>