<% var headContent = { include("/pages/template/head.html"){} }; var bodyContent = { %>
<% // 列表头部 %>
名称 ${model.name}
${model.key}
${model.value}
编码 ${model.code}
类型 ${model.type}
排序号 ${model.sort}
更新时间 ${model.update_time}
更新人 ${model.update_id}
 
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>