From 3ad6b6ba2ba56fc0bcd2130e47190779c6e15acc Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 04 十二月 2023 14:59:32 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent.html | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent.html index a97daf8..6eba193 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent.html @@ -55,14 +55,21 @@ @if(shiro.hasPermission("/tStudent/add")){ <#button name="添加" icon="fa-plus" clickFun="TStudent.openAddTStudent()"/> @} - + @if(shiro.hasPermission("/tStudent/update")){ <#button name="修改" icon="fa-edit" clickFun="TStudent.openTStudentDetail()" space="true"/> + @} + @if(shiro.hasPermission("/tStudent/info")){ <#button name="查看详情" icon="fa-edit" clickFun="TStudent.openTStudentDetail1()" space="true"/> + @} + @if(shiro.hasPermission("/tStudent/comit")){ <#button name="学员评语" icon="fa-edit" clickFun="TStudent.openTStudentDetail2()" space="true"/> + @} + @if(shiro.hasPermission("/tStudent/frozen")){ <#button name="冻结" icon="fa-edit" clickFun="TStudent.editCoursePackageState(2)" space="true"/> + @} + @if(shiro.hasPermission("/tStudent/frozen")){ <#button name="解冻" icon="fa-edit" clickFun="TStudent.editCoursePackageState(1)" space="true"/> - - + @} @if(shiro.hasPermission("/tStudent/delete")){ <#button name="删除" icon="fa-remove" clickFun="TStudent.delete()" space="true"/> @} -- Gitblit v1.7.1