<%= account.account %><% if (account.is_admin === 1) { %> <% } %> |
<%= account.name %> |
<%= account.company %> |
<%= account.role %> |
<% if (account.cooperation === 1) { %>启用<% } %> |
<% if (account.permission !== '' && account.permission !== null && JSON.parse(account.permission).tender !== undefined) { %>
<% const tenderPermission = JSON.parse(account.permission).tender; %>
<% for (const tc in permission.tender.children) { %>
<% if (tenderPermission.indexOf(permission.tender.children[tc].value.toString()) !== -1) { %>
<%= permission.tender.children[tc].title %>
<% } %>
<% } %>
<% } %>
编辑 |
<% } %>