<% include ./sub_menu.ejs %>

显示设置

    <% showList.forEach(function(item, idx) { %>
  • <%= item.label_name %> <% if(!item.is_default) { %> 设为默认 <% } else {%> 默认 <% } %>
  • <% }) %>
<% for (const sl of sjsRela.ledgerCol) { %> <% } %>
名称是否显示别名位置
<%- sl.name %>
checked<% } %> onchange="updateColShow('ledgerCol', '<%- sl.field %>', this);">
<% if (sl.pos) { %>
<% } else { %> <%- sl.hint || '' %> <% } %>