<% if (a.status === 3) { %>
<% if (a.sin_time !== null) { %><%= moment(a.sin_time).format('YYYY-MM-DD HH:mm:ss') %> <% } %>审批通过
<% } else if (a.status === 4) { %>
<% if (a.sin_time !== null) { %><%= moment(a.sin_time).format('YYYY-MM-DD HH:mm:ss') %> <% } %>审批终止
<% } else if (a.status === 6) { %>
<% if (a.sin_time !== null) { %><%= moment(a.sin_time).format('YYYY-MM-DD HH:mm:ss') %> <% } %>审批退回
<% } else if (a.status === 7) { %>
<% if (a.sin_time !== null) { %><%= moment(a.sin_time).format('YYYY-MM-DD HH:mm:ss') %> <% } %>重新审批
<% } %>
<%- a.sdesc %>
<% if (a.status === 2) { %>
审批终止,将结束本次审批,本条变更令作废。
<% } %>
<% } %>