From aa925d851857f50eff0556411366690d9a78a0e5 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期一, 27 十一月 2023 17:30:26 +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/tStudentEdit.html |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html
index a2fd628..50ef837 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html
@@ -1156,7 +1156,8 @@
                   },
                   "id": "u:fcd7f36c5f88",
                   "level": "link",
-                  "disabledOn": "this.laveClassHours === 0 || this.classType===2"
+                  "disabledOn": "this.laveClassHours === 0 || this.classType===2",
+                    "hiddenOn": "this.classType===2"
                 },
                 {
                   "type": "button",
@@ -1357,7 +1358,8 @@
                   },
                   "id": "u:ae1e6e73beb9",
                   "level": "link",
-                  "disabledOn": "this.laveClassHours === 0 || this.classType===2"
+                  "disabledOn": "this.laveClassHours === 0 || this.classType===2",
+                    "hiddenOn": "this.classType===2"
                 },
                 {
                   "type": "button",
@@ -1369,7 +1371,7 @@
                           "actionType": "dialog",
                           "dialog": {
                             "type": "dialog",
-                            "title": "弹框标题",
+                            "title": "课时变更记录",
                             "body": [
                               {
                                 "type": "form",
@@ -1431,7 +1433,7 @@
                                         {
                                           "type": "input-date-range",
                                           "name": "start",
-                                          "label": "上传时间",
+                                          "label": "时间",
                                           "id": "u:b2fb064aa9ac",
                                           "inputFormat": "YYYY-MM-DD HH:mm",
                                           "format": "YYYY-MM-DD HH:mm",
@@ -1440,7 +1442,7 @@
                                         },
                                         {
                                           "type": "select",
-                                          "label": "是否启用",
+                                          "label": "变更类型",
                                           "name": "changeType",
                                           "options": [
                                             {
@@ -1604,7 +1606,8 @@
                   },
                   "id": "u:dd3110deaf9d",
                   "level": "link",
-                  "disabledOn": "this.classType===2"
+                  "disabledOn": "this.classType===2",
+                    "hiddenOn": "this.classType===2"
                 }
               ]
             }

--
Gitblit v1.7.1