%
layout("/include/_container.html", {title:"列表", parent:"请假表单"}){
%>
<% if(shiro.hasPermission("test:one:form:leaveForm2:add") ){ %>
<% } %>
<% if(shiro.hasPermission("test:one:form:leaveForm2:edit") ){ %>
<% } %>
<% if(shiro.hasPermission("test:one:form:leaveForm2:del") ){ %>
<% } %>
<% if(shiro.hasPermission("test:one:form:leaveForm2:import") ){ %>
<% } %>
<% if(shiro.hasPermission("test:one:form:leaveForm2:export") ){ %>
<% } %>
<% include("leaveForm2List.js"){} %>
<% } %>