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