<% var headContent = { include("/pages/template/head.html"){} }; var bodyContent = { %>
<% // 列表头部 %> <% if(isEmpty(flyfox.getUser(model.create_id))){ %> <% } else { %> <% } %>
类型 ${model.log_type==1?"数据":"系统"}
操作对象 ${model.oper_object}
操作表 ${model.oper_table}
操作主键 ${model.oper_id}
操作类型 ${model.oper_type}
操作备注 ${model.oper_remark}
操作时间 ${model.create_time}
操作人${flyfox.getUser(model.create_id).userName}
 
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>