From c801e521edeea24ff7dc01e1e46bbf2b301f804d Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期五, 20 十月 2023 18:35:53 +0800
Subject: [PATCH] 10.20.4
---
cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser.html | 6 +++---
1 files changed, 3 insertions(+), 3 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..889b7d5 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
@@ -29,7 +29,7 @@
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
- <h5>视频分类管理</h5>
+ <h5>用户管理</h5>
</div>
<div class="ibox-content">
<div class="row row-lg">
@@ -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