Showing
1 changed file
with
4 additions
and
4 deletions
@@ -150,17 +150,17 @@ | @@ -150,17 +150,17 @@ | ||
150 | <button type="button" class="btn btn-success" | 150 | <button type="button" class="btn btn-success" |
151 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',4)">审核通过 | 151 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',4)">审核通过 |
152 | </button> | 152 | </button> |
153 | - <button type="button" class="btn btn-primary" | 153 | + <%--<button type="button" class="btn btn-primary" |
154 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',3)">拒绝 | 154 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',3)">拒绝 |
155 | - </button> | 155 | + </button>--%> |
156 | </c:when> | 156 | </c:when> |
157 | <c:otherwise> | 157 | <c:otherwise> |
158 | <button type="button" class="btn btn-success" | 158 | <button type="button" class="btn btn-success" |
159 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',2)">通过 | 159 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',2)">通过 |
160 | </button> | 160 | </button> |
161 | - <button type="button" class="btn btn-primary" | 161 | + <%--<button type="button" class="btn btn-primary" |
162 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',3)">拒绝 | 162 | onclick="editWork(${pendingJob.id},'${pendingJob.type}',3)">拒绝 |
163 | - </button> | 163 | + </button>--%> |
164 | </c:otherwise> | 164 | </c:otherwise> |
165 | </c:choose> | 165 | </c:choose> |
166 | <button type="button" class="btn btn-danger" | 166 | <button type="button" class="btn btn-danger" |
-
Please register or login to post a comment