|
@@ -48,7 +48,7 @@
|
|
|
<dt class="bg-light p-2 d-flex justify-content-between"><span>第<%- stage.order %>期</span>
|
|
|
<span class="<%- auditConst.auditStringClass[stage.status] %>">
|
|
|
<% if (stage.curAuditors && stage.status !== auditConst.status.checked) { %>
|
|
|
- <%- (stage.curAuditors[0].audit_type === 1 ? ctx.helper.transFormToChinese(stage.curAuditors[0].audit_order) + '审' : stage.curAuditors[0].name + (stage.curAuditors[0].role ? '-' + stage.curAuditors[0].role : '')) %>
|
|
|
+ <%- (stage.curAuditors[0].audit_type !== 1 ? ctx.helper.transFormToChinese(stage.curAuditors[0].audit_order) + '审' : stage.curAuditors[0].name + (stage.curAuditors[0].role ? '-' + stage.curAuditors[0].role : '')) %>
|
|
|
<% } %>
|
|
|
<%- stage.status === auditConst.status.checked ? '审批完成' : auditConst.auditProgress[stage.status] %>
|
|
|
</span>
|