@@ -211,7 +211,7 @@
<td>
<c:if test="${web_user.schoolAdmin==true}">
<a href="${ctx}/admin/exam/student/update?id=${student.id}">修改</a>
- <c:if test="${examType!='MULTI_MEDIA' && student.upload==false}">
+ <c:if test="${examType!='MULTI_MEDIA'}">
<a href="${ctx}/admin/exam/student/delete?id=${student.id}" onclick="return confirmx('确认要删除该考生吗?', this.href)">删除</a>
</c:if>