From 02fb8cddb6c0ec60b6ba6d08beb673214d9b6959 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期一, 25 九月 2023 17:26:21 +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/banckmoney.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/banckmoney.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/banckmoney.html
index a148919..8e61277 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/banckmoney.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/banckmoney.html
@@ -2,7 +2,7 @@
 <html lang="zh">
 <head>
   <meta charset="UTF-8" />
-  <title>amis demo</title>
+  <title>学员退费单</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta
           name="viewport"
@@ -45,6 +45,7 @@
         {
           "type": "form",
           "title": "表单",
+        "hidden": true,
           "body": [
             {
               "label": "文本",
@@ -299,12 +300,16 @@
       {
         "type": "button",
         "id": "u:6c0b8f917bf7",
-        "label": "导出",
+        "label": "保存",
         "level":"info",
         "onEvent": {
           "click": {
             "actions": [
               {
+                "componentId": "u:6c0b8f917bf7",
+                "actionType": "hidden"
+              },
+              {
                 "script": "\r\nwindow.print()",
                 "actionType": "custom"
               },

--
Gitblit v1.7.1