瀏覽代碼

修复待办页数目bug

ellisran 1 年之前
父節點
當前提交
9598174dfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/view/dashboard/index.ejs

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

@@ -49,7 +49,7 @@
                                     <option value="4">台账修订(<%- auditRevise.length %>)</option>
                                     <% } %>
                                     <% if (auditStages.length !== 0) { %>
-                                    <option value="2">计量审批(<%- auditStages.length %>)</option>
+                                    <option value="2">计量审批(<%- (auditStages.length + auditStageAss.length) %>)</option>
                                     <% } %>
                                     <% if (auditChanges.length !== 0) { %>
                                     <option value="3">变更审批(<%- auditChanges.length %>)</option>