From 78a4df6ad36a5cdf18d40ef539e0ce9609c71b4f Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期六, 07 十月 2023 15:33:28 +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 | 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