MaiXinRong 3 月之前
父节点
当前提交
024eccbc57
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>