%
layout("/include/_container.html", {title:"列表", parent:"go"}){
%>
<% if(shiro.hasPermission("go:go:emailSendLog:add") ){ %>
<% } %>
<% if(shiro.hasPermission("go:go:emailSendLog:edit") ){ %>
<% } %>
<% if(shiro.hasPermission("go:go:emailSendLog:del") ){ %>
<% } %>
<% if(shiro.hasPermission("go:go:emailSendLog:import") ){ %>
<% } %>
<% if(shiro.hasPermission("go:go:emailSendLog:export") ){ %>
<% } %>
<% include("emailSendLogList.js"){} %>
<% } %>