|
@@ -167,7 +167,7 @@
|
|
|
<ul class="dropdown-menu">
|
|
|
<li><a href="##" id="breachBtnImport">违纪名单</a></li>
|
|
|
<li><a href="##" id="absentBtnImport">缺考名单</a></li>
|
|
|
- <li><a href="##" id="collationLabelBtnImport">整理异常</a></li>
|
|
|
+<%-- <li><a href="##" id="collationLabelBtnImport">整理异常</a></li>--%>
|
|
|
<!-- <li><a href="##" id="uploadBtnImport">多媒体上传名单</a></li> -->
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -224,7 +224,7 @@
|
|
|
<th>任课老师</th>
|
|
|
<th>考点</th>
|
|
|
<th>考场</th>
|
|
|
- <th>整理异常</th>
|
|
|
+<%-- <th>整理异常</th>--%>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -296,11 +296,11 @@
|
|
|
<td>${student.teacher}</td>
|
|
|
<td>${student.examSite}</td>
|
|
|
<td>${student.examRoom}</td>
|
|
|
- <td><span title="${student.collationLabel}">
|
|
|
- <c:if test="${student.collationLabel.length()>10}">${student.collationLabel.substring(0,10) }...</c:if>
|
|
|
- <c:if test="${student.collationLabel.length()<=10}">${student.collationLabel}</c:if>
|
|
|
- </span>
|
|
|
- </td>
|
|
|
+<%-- <td><span title="${student.collationLabel}">--%>
|
|
|
+<%-- <c:if test="${student.collationLabel.length()>10}">${student.collationLabel.substring(0,10) }...</c:if>--%>
|
|
|
+<%-- <c:if test="${student.collationLabel.length()<=10}">${student.collationLabel}</c:if>--%>
|
|
|
+<%-- </span>--%>
|
|
|
+<%-- </td>--%>
|
|
|
<td>
|
|
|
<c:if test="${web_user.schoolAdmin==true}">
|
|
|
<a href="${ctx}/admin/exam/student/update?id=${student.id}" class="update-btn">修改</a>
|