${text('栏目管理')}(
${@CmsUtils.getCurrentSite().getSiteName()}
)
${text('查询')}
${text('刷新')}
${text('展开')}
${text('折叠')} <%
if(hasPermi('cms:category:edit')){ %>
${text('新增')}
<% } %>
<#form:form id="searchForm" model="${category}" action="${ctx}/cms/category/listData" method="post" class="form-inline hide"
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
<#form:hidden path="site.siteCode" maxlength="64" class="form-control width-120" />
#form:form>
<#form:input path="categoryName" maxlength="100" class="form-control width-120" />
<#form:input path="moduleType" maxlength="50" class="form-control width-120" />
<#form:select path="status" dictType="sys_search_status" blankOption="true" class="form-control" />
<#form:input path="remarks" maxlength="500" class="form-control width-120" />