|
@@ -208,7 +208,9 @@
|
|
|
<%- (!group.is_final ? group.audit_order : '终') %>审
|
|
|
<% if (group.audit_type !== auditType.key.common) { %><span class="text-<%- auditType.info[group.audit_type].class %> "><%- auditType.info[group.audit_type].long %></span><% } %>
|
|
|
</span>
|
|
|
+ <% if (group.status !== auditConst.status.uncheck) { %>
|
|
|
<span class="pull-right <%- auditConst.statusClass[group.status] %>"><%- auditConst.statusString[group.status] %></span>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
<div class="card">
|
|
|
<div class="card-body px-3 py-0">
|
|
@@ -375,11 +377,13 @@
|
|
|
<% } %>
|
|
|
<div class="timeline-item-content">
|
|
|
<div class="py-1">
|
|
|
- <span class="text-black-50">
|
|
|
- <%- (!group.is_final ? group.audit_order : '终') %>审
|
|
|
- <% if (group.audit_type !== auditType.key.common) { %><span class="text-<%- auditType.info[group.audit_type].class %> "><%- auditType.info[group.audit_type].long %></span><% } %>
|
|
|
- </span>
|
|
|
+ <span class="text-black-50">
|
|
|
+ <%- (!group.is_final ? group.audit_order : '终') %>审
|
|
|
+ <% if (group.audit_type !== auditType.key.common) { %><span class="text-<%- auditType.info[group.audit_type].class %> "><%- auditType.info[group.audit_type].long %></span><% } %>
|
|
|
+ </span>
|
|
|
+ <% if (group.status !== auditConst.status.uncheck) { %>
|
|
|
<span class="pull-right <%- auditConst.statusClass[group.status] %>"><%- auditConst.statusString[group.status] %></span>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
<div class="card">
|
|
|
<div class="card-body px-3 py-0">
|
|
@@ -548,11 +552,13 @@
|
|
|
<% } %>
|
|
|
<div class="timeline-item-content">
|
|
|
<div class="py-1">
|
|
|
- <span class="text-black-50">
|
|
|
- <%- (!group.is_final ? group.audit_order : '终') %>审
|
|
|
- <% if (group.audit_type !== auditType.key.common) { %><span class="text-<%- auditType.info[group.audit_type].class %> "><%- auditType.info[group.audit_type].long %></span><% } %>
|
|
|
- </span>
|
|
|
+ <span class="text-black-50">
|
|
|
+ <%- (!group.is_final ? group.audit_order : '终') %>审
|
|
|
+ <% if (group.audit_type !== auditType.key.common) { %><span class="text-<%- auditType.info[group.audit_type].class %> "><%- auditType.info[group.audit_type].long %></span><% } %>
|
|
|
+ </span>
|
|
|
+ <% if (group.status !== auditConst.status.uncheck) { %>
|
|
|
<span class="pull-right <%- auditConst.statusClass[group.status] %>"><%- auditConst.statusString[group.status] %></span>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
<div class="card">
|
|
|
<div class="card-body px-3 py-0">
|