laiguoran 4 năm trước cách đây
mục cha
commit
68dbae3e09
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/view/measure/stage_modal.ejs

+ 1 - 1
app/view/measure/stage_modal.ejs

@@ -72,7 +72,7 @@
         </div>
     </div>
 </div>
-<% if (stages.length > 0 && stages[0].status !== auditConst.status.checked && stages[0].user_id === ctx.session.sessionUser.accountId) { %>
+<% if (stages.length > 0 && stages[0].user_id === ctx.session.sessionUser.accountId) { %>
 <!--设置-->
 <div class="modal fade" id="edit" data-backdrop="static">
     <div class="modal-dialog" role="document">