<% var headContent = { include("/pages/template/head.html"){} }; var bodyContent = { %>
<% // 列表头部 %>
上级机构 ${model.parentName!'根节点'}
机构名称 ${model.name}
序号 ${model.sort}
编码 ${model.code}
联系人 ${model.linkman}
联系人电话 ${model.linkman_no}
机构描述 ${model.remark}
 
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>