From f7e51fc7c91e474e5c0bcc79c47f074c0a59b5c3 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期三, 11 十月 2023 20:03:35 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser.html index 1878689..b54ff42 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser.html @@ -96,9 +96,9 @@ <#button name="添加" icon="fa-plus" clickFun="TQuestion.openAdd()"/> <#button name="编辑" icon="fa-edit" clickFun="TQuestion.openChange()" space="true"/> <#button name="查看详情" icon="fa-edit" clickFun="TQuestion.openInfo()" space="true"/> - <#button name="冻结" icon="fa-check" clickFun="TQuestion.onShelf()" space="true"/> + <#button name="冻结" icon="fa-check" clickFun="TQuestion.offShelf()" space="true"/> <#button name="解冻" icon="fa-check" clickFun="TQuestion.onShelf()" space="true"/> - <#button name="添加学员" icon="fa-edit" clickFun="TQuestion.openChange()" space="true"/> + <#button name="添加学员" icon="fa-edit" clickFun="TQuestion.openAddStudent()" space="true"/> <#button name="查看学员信息" icon="fa-edit" clickFun="TQuestion.openChange()" space="true"/> </div> <#table id="TQuestionTable"/> -- Gitblit v1.7.1