MaiXinRong 2 年之前
父节点
当前提交
8c8bdf1804
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/view/wap/shenpi_stage.ejs

+ 1 - 1
app/view/wap/shenpi_stage.ejs

@@ -213,7 +213,7 @@
                     <% const auditorIndex = stage.auditors2.findIndex(function (item) { return item.aid === audit.aid }) %>
                     <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>
-                        <label class="custom-control-label" for="customRadioInline2">退回上一审批人 <%- stage.auditors2[auditorIndex-1].name %></label>
+                        <label class="custom-control-label" for="customRadioInline2">退回上一审批人</label>
                     </div>
                     <% } %>
                 </div>