<%- sp.name %>
<%- shenpi.sp_status_list[sp.status].name %>:<%- shenpi.sp_status_list[sp.status].msg %>
<% if (sp.status === shenpi.sp_status.gdspl) { %>
<% if (sp.auditList.length > 0) { %>
<% for (const [i, audit] of sp.auditList.entries()) { %>
-
<%- ctx.helper.transFormToChinese(i+1) %>审
<%- audit.name %>
<% } %>
- 添加流程
<% } else { %>
-
一审
<% } %>
<% } else if (sp.status === shenpi.sp_status.gdzs) { %>
-
授权审批人
<% if (sp.audit) { %>
-
终审
<%- sp.audit.name %>
<% } else { %>
-
终审
<% } %>
<% } %>