Commit 11a677880fdea0bc6a55d091a8d4f9c3ea883287
1 parent
96cc2079
1.隐藏年轻松考-试卷管理-年级字段
Showing
1 changed file
with
3 additions
and
3 deletions
WebRoot/WEB-INF/jsp/sunvote/paper/paper_list4.jsp
... | ... | @@ -80,8 +80,8 @@ |
80 | 80 | <tr> |
81 | 81 | <th><input type="checkbox" name='ids' id="ids" />序号</th> |
82 | 82 | <th>测验标题</th> |
83 | - <th>年级</th> | |
84 | - <th>班级</th> | |
83 | + <!-- <th>年级</th> --> | |
84 | + <th>科目</th> | |
85 | 85 | <th>出卷老师</th> |
86 | 86 | <th>创建时间</th> |
87 | 87 | <th>建议考试时长</th> |
... | ... | @@ -108,7 +108,7 @@ |
108 | 108 | <tr> |
109 | 109 | <td><input type="checkbox" name='ids' id="ids" value="${var.PAPER_ID}"/>${vs.index+1}</td> |
110 | 110 | <td ><a target="_blank" href="<%=basePath%>paper/iteminfo.do?paper_id=${var.PAPER_ID}">${var.TITLE}</a></td> |
111 | - <td >${myelfun:findGradeName(var.GRADE_ID)}</td> | |
111 | + <!--<td >${myelfun:findGradeName(var.GRADE_ID)}</td>--> | |
112 | 112 | <td >${myelfun:findSubjectCName(var.SUBJECT_ID)}</td> |
113 | 113 | <td >${myelfun:findTeacherName(var.USER_ID)}</td> |
114 | 114 | <td >${var.CREATE_DATE}</td> | ... | ... |