<% layout("/include/_container.html", {title:"列表", parent:"商品"}){ %>
<% if(shiro.hasPermission("test:shop:goods:add") ){ %> <% } %> <% if(shiro.hasPermission("test:shop:goods:edit") ){ %> <% } %> <% if(shiro.hasPermission("test:shop:goods:del") ){ %> <% } %> <% if(shiro.hasPermission("test:shop:goods:import") ){ %> <% } %> <% if(shiro.hasPermission("test:shop:goods:export") ){ %> <% } %>
<% include("goodsList.js"){} %> <% } %>