|
@@ -156,7 +156,7 @@
|
|
|
<% } %>
|
|
|
<div class="<%- idx < ctx.stage.auditHistory.length - 1 ? 'fold-card' : '' %>">
|
|
|
<div class="text-center text-muted"><%- idx+1 %>#</div>
|
|
|
- <ul class="timeline-list list-unstyled mt-2 <% if (idx === ctx.stage.auditHistory.length - 1 && ctx.stage.auditHistory.length !== 1) { %>last-auditor-list<% } %>">
|
|
|
+ <ul class="timeline-list list-unstyled mt-2 <% if (idx === ctx.stage.auditHistory.length - 1) { %>last-auditor-list<% } %>">
|
|
|
<% his.forEach((group, index) => { %>
|
|
|
<% if (index === 0) { %>
|
|
|
<li class="timeline-list-item pb-2">
|
|
@@ -188,7 +188,7 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
<% } %>
|
|
|
- <li class="timeline-list-item pb-2 <% if (group.status === auditConst.status.uncheck && idx === ctx.stage.auditHistory.length - 1 && ctx.stage.auditHistory.length !== 1) { %>is_uncheck<% } %>">
|
|
|
+ <li class="timeline-list-item pb-2 <% if (group.status === auditConst.status.uncheck && idx === ctx.stage.auditHistory.length - 1) { %>is_uncheck<% } %>">
|
|
|
<% if (group.endYear) { %>
|
|
|
<div class="timeline-item-date">
|
|
|
<%- group.endYear %>
|
|
@@ -335,7 +335,7 @@
|
|
|
<% } %>
|
|
|
<div class="<%- idx < ctx.stage.auditHistory.length - 1 ? 'fold-card' : '' %>">
|
|
|
<div class="text-center text-muted"><%- idx+1 %>#</div>
|
|
|
- <ul class="timeline-list list-unstyled mt-2 <% if (idx === ctx.stage.auditHistory.length - 1 && ctx.stage.auditHistory.length !== 1) { %>last-auditor-list<% } %>">
|
|
|
+ <ul class="timeline-list list-unstyled mt-2 <% if (idx === ctx.stage.auditHistory.length - 1) { %>last-auditor-list<% } %>">
|
|
|
<% his.forEach((group, index) => { %>
|
|
|
<% if (index === 0) { %>
|
|
|
<li class="timeline-list-item pb-2">
|
|
@@ -367,7 +367,7 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
<% } %>
|
|
|
- <li class="timeline-list-item pb-2 <% if (group.status === auditConst.status.uncheck && idx === ctx.stage.auditHistory.length - 1 && ctx.stage.auditHistory.length !== 1) { %>is_uncheck<% } %>">
|
|
|
+ <li class="timeline-list-item pb-2 <% if (group.status === auditConst.status.uncheck && idx === ctx.stage.auditHistory.length - 1) { %>is_uncheck<% } %>">
|
|
|
<% if (group.endYear) { %>
|
|
|
<div class="timeline-item-date">
|
|
|
<%- group.endYear %>
|
|
@@ -516,7 +516,7 @@
|
|
|
<% } %>
|
|
|
<div class="<%- idx < ctx.stage.auditHistory.length - 1 ? 'fold-card' : '' %>">
|
|
|
<div class="text-center text-muted"><%- idx+1 %>#</div>
|
|
|
- <ul class="timeline-list list-unstyled mt-2 <% if (idx === ctx.stage.auditHistory.length - 1 && ctx.stage.auditHistory.length !== 1) { %>last-auditor-list<% } %>">
|
|
|
+ <ul class="timeline-list list-unstyled mt-2 <% if (idx === ctx.stage.auditHistory.length - 1) { %>last-auditor-list<% } %>">
|
|
|
<% his.forEach((group, index) => { %>
|
|
|
<% if (index === 0) { %>
|
|
|
<li class="timeline-list-item pb-2">
|
|
@@ -548,7 +548,7 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
<% } %>
|
|
|
- <li class="timeline-list-item pb-2 <% if (group.status === auditConst.status.uncheck && idx === ctx.stage.auditHistory.length - 1 && ctx.stage.auditHistory.length !== 1) { %>is_uncheck<% } %>">
|
|
|
+ <li class="timeline-list-item pb-2 <% if (group.status === auditConst.status.uncheck && idx === ctx.stage.auditHistory.length - 1) { %>is_uncheck<% } %>">
|
|
|
<% if (his.endYear) { %>
|
|
|
<div class="timeline-item-date">
|
|
|
<%- group.endYear %>
|