|
@@ -122,14 +122,13 @@
|
|
<td>${marker.enable eq true ? "启用" : "禁用"}</td>
|
|
<td>${marker.enable eq true ? "启用" : "禁用"}</td>
|
|
<td>
|
|
<td>
|
|
<a href="javascript:void(0)" class="delete-button" data-id="${marker.id}">删除</a>
|
|
<a href="javascript:void(0)" class="delete-button" data-id="${marker.id}">删除</a>
|
|
- <a href="javascript:void(0)" class="task-button" data-id="${marker.id}" onclick="showTaskWin('${marker.id}','${marker.subject.leftCount}');">评卷数</a>
|
|
|
|
<c:if test="${marker.enable==true}">
|
|
<c:if test="${marker.enable==true}">
|
|
<a href="javascript:void(0)" class="toggle-button" data-id="${marker.id}" data-value="false">禁用</a>
|
|
<a href="javascript:void(0)" class="toggle-button" data-id="${marker.id}" data-value="false">禁用</a>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${marker.enable==false}">
|
|
<c:if test="${marker.enable==false}">
|
|
<a href="javascript:void(0)" class="toggle-button" data-id="${marker.id}" data-value="true">启用</a>
|
|
<a href="javascript:void(0)" class="toggle-button" data-id="${marker.id}" data-value="true">启用</a>
|
|
</c:if>
|
|
</c:if>
|
|
-
|
|
|
|
|
|
+ <a href="javascript:void(0)" class="task-button" data-id="${marker.id}" onclick="showTaskWin('${marker.id}','${marker.subject.leftCount}');">设置评卷数</a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</c:forEach>
|
|
</c:forEach>
|