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>