${text('内容举报表管理')}
${text('查询')}
<% if(hasPermi('cms:report:edit')){ %>
${text('新增')}
<% } %>
<#form:form id="searchForm" model="${report}" action="${ctx}/cms/report/listData" method="post" class="form-inline hide"
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
#form:form>
<#form:input path="reportSource" maxlength="1" class="form-control width-120"/>
<#form:input path="reportContent" maxlength="500" class="form-control width-120"/>
<#form:input path="reportUrl" maxlength="1000" class="form-control width-120"/>
<#form:input path="reportType" maxlength="1" class="form-control width-120"/>
<#form:input path="reportCause" maxlength="500" class="form-control width-120"/>