MaiXinRong 3 년 전
부모
커밋
01910f3b37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>