From 11cc23562a31197791bb94a1dd464ffb6babd3c4 Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期二, 26 九月 2023 18:10:19 +0800 Subject: [PATCH] 9.26。1 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 27 ++++++++++++--------------- 1 files changed, 12 insertions(+), 15 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 7f04db7..3795524 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 @@ -1384,8 +1384,7 @@ "api": { "url": "/tStudent/changelist/$id", "method": "post", - "messages": { - }, + "messages": {}, "requestAdaptor": "", "adaptor": "", "dataType": "form" @@ -1403,7 +1402,11 @@ "name": "changeType", "label": "变更类型", "type": "mapping", - "id": "u:e2b292dd63d0" + "id": "u:e2b292dd63d0", + "map": { + "0": "减少", + "1": "增加" + } }, { "type": "text", @@ -1418,10 +1421,8 @@ "id": "u:8ba95bfd5e56" } ], - "bulkActions": [ - ], - "itemActions": [ - ], + "bulkActions": [], + "itemActions": [], "features": [ "filter" ], @@ -1527,8 +1528,7 @@ "perPageAvailable": [ 10 ], - "messages": { - }, + "messages": {}, "perPageField": "size" }, { @@ -1583,12 +1583,10 @@ "method": "post", "requestAdaptor": "", "adaptor": "", - "messages": { - }, + "messages": {}, "dataType": "form-data" }, - "actions": [ - ] + "actions": [] } ], "showCloseButton": true, @@ -1596,8 +1594,7 @@ "showLoading": true, "className": "", "id": "u:f66fa4de8251", - "actions": [ - ], + "actions": [], "canAccessSuperData": false, "wrapWithPanel": false, "size": "xl", -- Gitblit v1.7.1