<%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.rhhz.journal.web.action.ArticleLatestStateController"%> <%@ page import="com.rhhz.journal.web.action.CatalogBusinessController"%> <%@ page import="com.rhhz.journal.web.action.JournalBusinessController"%> <%@ include file="../../include/global.jsp" %> <% pageContext.setAttribute("requestPath",ArticleLatestStateController.BASE_PATH); pageContext.setAttribute("catalogrequestPath",CatalogBusinessController.BASE_PATH); pageContext.setAttribute("journalrequestPath",JournalBusinessController.BASE_PATH); %>
序号 显示状态 状态值 状态值英文 栏目类型 顺序 描述 操作
${r.index+1} 显示 隐藏 ${item.stateString} ${item.stateStringEn} 最新录用 优先发表 ${item.sortNbr} ${item.describe} 编辑    删除
<%@include file="../../include/pagerBar.jsp" %>