<% if (auditStatus === 1 || auditStatus === 2 || auditStatus === 9) { %>
<% if (ctx.session.sessionProject.page_show.openChangeWhiteList) { %>
<% } %>
<% if (showPlanBtn) { %>
<% if (ctx.change.cancancel) { %>
撤回
<% } %>
<% if (auditStatus === 1) { %>
上报审批
<% } else if (auditStatus === 2 || auditStatus === 9) { %>
重新上报
<% if (auditStatus === 9) { %>
撤销修订
<% } %>
<% } else if (auditStatus === 3) { %>
审批退回
<% } else if (auditStatus === 4) { %>
审批完成
<% } else if (auditStatus === 5) { %>
审批终止
<% } else if (auditStatus === 6) { %>
审批通过
审批退回
<% } else if (auditStatus === 7) { %>
审批中
<% } else if (auditStatus === 8) { %>
<% if (change.status === auditConst.status.uncheck) { %>
上报中
<% } else if (change.status === auditConst.status.checking) { %>
审批中
<% } %>
<% } %>
<% if (auditStatus === 4 && ctx.session.sessionUser.accountId === auditList[auditList.length-1].uid) { %>
重新审批
<% } %>
<% if (auditStatus === 4 && ctx.session.sessionUser.accountId === change.uid) { %>
修订变更
<% } %>
<% if (auditStatus === 1 || auditStatus === 2 || auditStatus === 9) { %>