MaiXinRong 3 tháng trước cách đây
mục cha
commit
024eccbc57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/view/change/index.ejs

+ 1 - 1
app/view/change/index.ejs

@@ -51,7 +51,7 @@
                         </div>
                     </div>
                 </div>
-                <% if (ctx.session.page_show.openChangeState) { %>
+                <% if (ctx.subProject.page_show.openChangeState) { %>
                 <div class="d-inline-block">
                     <div class="btn-group">
                         <button type="button" class="btn btn-sm btn-light text-primary dropdown-toggle" data-toggle="dropdown" id="state_zhankai" data-value="<%- state %>">变更令状态:<% if (state !== 0) { %><%- ctx.helper._.find(changeState, { order: state }).name %>(<%- ctx.helper._.find(changeState, { order: state }).count %>)<% } else { %>全部<% } %></button>