Browse Source

修复待办页数目bug

ellisran 1 year ago
parent
commit
9598174dfb
1 changed files with 1 additions and 1 deletions
  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>