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>