%
layout("/include/_container.html", {title:"列表", parent:"国家"}){
%>
<% if(shiro.hasPermission("test:grid:testCountry:add") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testCountry:edit") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testCountry:del") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testCountry:import") ){ %>
<% } %>
<% if(shiro.hasPermission("test:grid:testCountry:export") ){ %>
<% } %>
<% include("testCountryList.js"){} %>
<% } %>