|
@@ -10,8 +10,8 @@
|
|
|
<table class="table table-sm">
|
|
|
<tr><th>审批人</th><th width="90">选择</th></tr>
|
|
|
<% for (const a of ctx.stage.auditors) { %>
|
|
|
- <% if (a.status === auditConst.status.checked) { %>
|
|
|
- <tr auditorId="<%- a.id %>"><td><%- a.name %></td><td><input type="checkbox"></td></tr>
|
|
|
+ <% if (a.status === auditConst.status.checked || a.aid === ctx.session.sessionUser.accountId) { %>
|
|
|
+ <tr auditorId="<%- a.aid %>"><td><%- a.name %></td><td><input type="checkbox"></td></tr>
|
|
|
<% } %>
|
|
|
<% } %>
|
|
|
</table>
|