From cf28c25d1a8e360ab328c5435d289c5cb9b414c1 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期六, 25 十一月 2023 21:06:34 +0800
Subject: [PATCH] 11.26

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html |    6 +++---
 1 files changed, 3 insertions(+), 3 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..7861601 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
@@ -1369,7 +1369,7 @@
                           "actionType": "dialog",
                           "dialog": {
                             "type": "dialog",
-                            "title": "弹框标题",
+                            "title": "课时变更记录",
                             "body": [
                               {
                                 "type": "form",
@@ -1431,7 +1431,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 +1440,7 @@
                                         },
                                         {
                                           "type": "select",
-                                          "label": "是否启用",
+                                          "label": "变更类型",
                                           "name": "changeType",
                                           "options": [
                                             {

--
Gitblit v1.7.1