From 41c07e4558ed3a1cbdda0711f78cd3a812c06829 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期四, 28 九月 2023 18:34:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/banckmoney.html | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 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 8e61277..6b29097 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 @@ -44,20 +44,22 @@ "body": [ { "type": "form", - "title": "表单", - "hidden": true, + "id": "u:285d560cf7ab", + "title": "表单1", "body": [ { "label": "文本", "type": "input-text", "name": "id", - "id": "u:99d3d8869d55" + "id": "u:99d3d8869d55", + "hidden": true }, { "label": "文本", "type": "input-text", "name": "ids", - "id": "u:5b12dc7c90" + "id": "u:5b12dc7c90", + "hidden": true } ], "api": { @@ -65,10 +67,14 @@ "method": "post", "requestAdaptor": "", "adaptor": "", - "messages": {}, + "messages": { + }, "dataType": "form" }, - "id": "u:285d560cf7ab" + "actions": [ + ], + "wrapWithPanel": false, + "visible": true }, { "type": "property", -- Gitblit v1.7.1