From 6357f89bf38b83b779e233249c2b0e480b78e164 Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期六, 23 九月 2023 17:24:16 +0800 Subject: [PATCH] 学员 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage.html | 17 +++-------------- 1 files changed, 3 insertions(+), 14 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage.html index 7d082e6..0500b54 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage.html @@ -63,27 +63,16 @@ </div> </div> <div class="hidden-xs" id="managerTableToolbar" role="group"> - @if(shiro.hasPermission("/coursePackage/addCoursePackage")){ + <#button name="测试添加" icon="fa-plus" clickFun="CoursePackage.addCoursePackage1()"/> + <#button name="添加" icon="fa-plus" clickFun="CoursePackage.addCoursePackage()"/> - @} - @if(shiro.hasPermission("/coursePackage/editCoursePackage")){ <#button name="编辑" icon="fa-edit" clickFun="CoursePackage.editCoursePackage()" space="true"/> - @} - @if(shiro.hasPermission("/coursePackage/upCoursePackage")){ <#button name="上架" icon="fa-refresh" clickFun="CoursePackage.editCoursePackageState(1)" space="true"/> - @} - @if(shiro.hasPermission("/coursePackage/downCoursePackage")){ <#button name="下架" icon="fa-warning" clickFun="CoursePackage.editCoursePackageState(2)" space="true"/> - @} - @if(shiro.hasPermission("/coursePackage/coursePackageDiscount")){ <#button name="折扣管理" icon="fa-check-circle" clickFun="CoursePackage.coursePackageDiscount()" space="true"/> - @} - @if(shiro.hasPermission("/coursePackage/detailsCoursePackage")){ <#button name="详情" icon="fa-check-circle" clickFun="CoursePackage.detailsCoursePackage()" space="true"/> - @} - @if(shiro.hasPermission("/coursePackage/registrationRecord")){ <#button name="报名信息" icon="fa-check-circle" clickFun="CoursePackage.registrationRecord()" space="true"/> - @} + </div> <#table id="managerTable"/> </div> -- Gitblit v1.7.1