...
|
...
|
@@ -150,17 +150,17 @@ |
|
|
<button type="button" class="btn btn-success"
|
|
|
onclick="editWork(${pendingJob.id},'${pendingJob.type}',4)">审核通过
|
|
|
</button>
|
|
|
<button type="button" class="btn btn-primary"
|
|
|
<%--<button type="button" class="btn btn-primary"
|
|
|
onclick="editWork(${pendingJob.id},'${pendingJob.type}',3)">拒绝
|
|
|
</button>
|
|
|
</button>--%>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<button type="button" class="btn btn-success"
|
|
|
onclick="editWork(${pendingJob.id},'${pendingJob.type}',2)">通过
|
|
|
</button>
|
|
|
<button type="button" class="btn btn-primary"
|
|
|
<%--<button type="button" class="btn btn-primary"
|
|
|
onclick="editWork(${pendingJob.id},'${pendingJob.type}',3)">拒绝
|
|
|
</button>
|
|
|
</button>--%>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
<button type="button" class="btn btn-danger"
|
...
|
...
|
|