|
@@ -65,6 +65,8 @@
|
|
|
<% } else if (lr.status === auditConst.status.checkNo && lr.uid === ctx.session.sessionUser.accountId) { %>
|
|
|
<a href="<%- preUrl + '/revise/info' %>" class="btn btn-primary btn-sm">重新上报</a>
|
|
|
<a href="#remove" data-toggle="modal" data-target="#remove" class="btn btn-secondary btn-sm">作废</a>
|
|
|
+ <% } else if (lr.status !== auditConst.status.checked) { %>
|
|
|
+ <a href="<%- preUrl + '/revise/info' %>">查看修订内容</a>
|
|
|
<% } %>
|
|
|
<% } %>
|
|
|
<% if (lr.lastest) { %>
|