<% layout("/include/_container.html", {title:"列表", parent:"学生"}){ %>
<% if(shiro.hasPermission("test:manytomany:student:add") ){ %> <% } %> <% if(shiro.hasPermission("test:manytomany:student:edit") ){ %> <% } %> <% if(shiro.hasPermission("test:manytomany:student:del") ){ %> <% } %> <% if(shiro.hasPermission("test:manytomany:student:import") ){ %> <% } %> <% if(shiro.hasPermission("test:manytomany:student:export") ){ %> <% } %>
<% include("studentList.js"){} %> <% } %>