From 326bf69bb1324a29c70bd0b6c50ab6f2aa829af9 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期一, 04 十二月 2023 10:48:41 +0800 Subject: [PATCH] 12.4 --- 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