支付审批 <% if (ctx.session.sessionUser.is_admin) { %>
<% } %>
<% if (ctx.session.sessionUser.is_admin && noSpTenderList.length > 0) { %>
关联标段
<% } %>
<% if (auditPermission.admin && noSpTenderList.length === 0) { %>
新建标段
新建文件夹
<% } %>
<% if (ctx.session.sessionUser.is_admin && noSpTenderList.length === 0) { %>
权限管理
<% } %>