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