|
@@ -213,7 +213,7 @@
|
|
<% const auditorIndex = stage.auditors2.findIndex(function (item) { return item.aid === audit.aid }) %>
|
|
<% const auditorIndex = stage.auditors2.findIndex(function (item) { return item.aid === audit.aid }) %>
|
|
<div class="custom-control custom-radio custom-control-inline">
|
|
<div class="custom-control custom-radio custom-control-inline">
|
|
<input class="custom-control-input" type="radio" name="checkType" id="customRadioInline2" value="<%- auditConst.status.checkNoPre %>" checked>
|
|
<input class="custom-control-input" type="radio" name="checkType" id="customRadioInline2" value="<%- auditConst.status.checkNoPre %>" checked>
|
|
- <label class="custom-control-label" for="customRadioInline2">退回上一审批人 <%- stage.auditors2[auditorIndex-1].name %></label>
|
|
|
|
|
|
+ <label class="custom-control-label" for="customRadioInline2">退回上一审批人</label>
|
|
</div>
|
|
</div>
|
|
<% } %>
|
|
<% } %>
|
|
</div>
|
|
</div>
|