纵横造价指标系统
<%= ctx.title %>
<%= ctx.session.userSession.username %>
退出登录
<% for (const index in ctx.menuList) { %> <% if (ctx.menuList[index].display === undefined || !ctx.menuList[index].display) { continue } %>
<%= ctx.menuList[index].name %>
<% } %>
<%- content %>
<%- modal %>