|
@@ -132,7 +132,7 @@
|
|
|
<% } %>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNoPre) { %>
|
|
|
<% const auditorIndex = stage.auditors2.findIndex(function (item) { return item.aid === auditors[iA].aid }) %>
|
|
|
- <span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleDateString() %></small>审批退回 <%- stage.auditors2[auditorIndex-1].name %></span>
|
|
|
+ <span class="text-warning pull-right"><small><%- auditors[iA].end_time.toLocaleDateString() %></small>审批退回 </span>
|
|
|
<h5 class="card-title"><i class="<%- (iA < auditors.length - 1 ? 'fa fa-chevron-circle-down text-warning' : 'fa fa-stop-circle text-warning') %>"></i> <%- auditors[iA].name %> <small class="text-muted"><%- auditors[iA].role %></small></h5>
|
|
|
<p class="card-text"><%- auditors[iA].opinion %></p>
|
|
|
<% } else if (auditors[iA].status === auditConst.status.checkNo) { %>
|