<% var headContent = { include("/pages/template/head.html"){} %> <% }; var bodyContent = { %>
<% include("/pages/template/menu.html"){} %>
<% for(item in page.list) { %> <% } %>
序号 类型 名称 编号 排序号 操作
${itemLP.index } ${item.dict_name} ${item.detail_name}(${item.detail_id}) ${item.detail_code} ${item.detail_sort} 查看 修改 删除
<%include("/pages/includes/paginator.html"){} %>
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>