|
@@ -106,14 +106,14 @@
|
|
<td>${workitem.senderName }</td>
|
|
<td>${workitem.senderName }</td>
|
|
<td>
|
|
<td>
|
|
<c:if test="${workitem.status == 0 }">
|
|
<c:if test="${workitem.status == 0 }">
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="todo.banli('${workitem.processKey}','${workitem.businessKey }')">
|
|
|
|
- <i class="glyphicon glyphicon-search"></i>
|
|
|
|
- 办理</a>
|
|
|
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="todo.banli('${workitem.processKey}','${workitem.businessKey }')" title="办理">
|
|
|
|
+ <i class="glyphicon glyphicon-check"></i>
|
|
|
|
+ </a>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${workitem.status == 1 }">
|
|
<c:if test="${workitem.status == 1 }">
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="todo.banliTh('${workitem.processKey}','${workitem.businessKey }')">
|
|
|
|
- <i class="glyphicon glyphicon-search"></i>
|
|
|
|
- 办理</a>
|
|
|
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="todo.banliTh('${workitem.processKey}','${workitem.businessKey }')" title="办理">
|
|
|
|
+ <i class="glyphicon glyphicon-check"></i>
|
|
|
|
+ </a>
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|