MaiXinRong 3 anos atrás
pai
commit
01910f3b37
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/view/revise/index.ejs

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

@@ -75,7 +75,7 @@
                             <a href="<%- preUrl + '/revise/info' %>">查看修订内容</a>
                             <% } %>
                             <% } %>
-                            <% if (lr.bills_file) { %>
+                            <% if (lr.bills_file && (lr.status === auditConst.status.checked || lr.valid)) { %>
                                 <a href="<%- preUrl + '/revise/history/' + lr.id %>">查看修订内容</a>
                             <% } %>
                         </td>