<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "技术问答主题审核",meunsel:"technicalQaThemeAuditManage",jsParam:jsParam,cssParam:cssParam}) {%>
<%for(technicalQaThemeAudit in technicalQaThemeAuditList!){%> <%}elsefor{%> <%}%>
序号 问题主题 提问用户ID 创建时间 状态 操作
${technicalQaThemeAuditLP.index} ${technicalQaThemeAudit.title!''} ${technicalQaThemeAudit.qaUserId!''} ${technicalQaThemeAudit.createDate!''} <%if(technicalQaThemeAudit.state == 0){%> 待审核 <%}else if(technicalQaThemeAudit.state == 1){%> 通过审核 <%}else if(technicalQaThemeAudit.state == 2){%> 审核拒绝 <%}%>
没有记录!
<%include("/ace/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/admin/technicalQaThemeAudit/toReview?code=" + code!'' + "&pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>