From 640ff18d2d7f4be02ddb7f8f75e899f05545eb98 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 05 二月 2024 11:56:52 +0800 Subject: [PATCH] 更新bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 102 insertions(+), 11 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html index b2230b4..7af2b05 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/ball/ball_pre_add.html @@ -47,11 +47,14 @@ { "type": "tpl", "id": "u:587781d5d181", - "tpl": "                                    *所属运营商:", + "tpl": "                 *所属运营商:", "inline": true, "wrapperComponent": "", + "style": { - "marginLeft": "0" + "marginLeft": "0", + "fontFamily": "", + "fontSize": 18 } },{ "type": "select", @@ -99,6 +102,7 @@ "trueValue": "平台", "falseValue": 0, "mode": "inline" + }, { "type": "select", @@ -121,6 +125,7 @@ "requestAdaptor": "", "adaptor": "", "silent": true + }, "onEvent": { "change": { @@ -183,7 +188,6 @@ "type": "select", "label": "所属门店:", "name": "store", - "value":"", "id": "u:576899b1b531", "multiple": false, "mode": "horizontal", @@ -230,7 +234,7 @@ "leftFixed": "lg" }, "source": { - "url": "/coursePackage/querySite/store", + "url": "/coursePackage/querySite/$store", "method": "post", "messages": { }, @@ -246,12 +250,14 @@ }, { "type": "tpl", - "tpl": "                                设备ID:", + "tpl": "                       设备ID:", "inline": true, "wrapperComponent": "", "id": "u:587781d5d181", "style": { - "marginLeft": "0" + "marginLeft": "0", + "fontFamily": "", + "fontSize": 18 } }, { @@ -339,6 +345,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -431,6 +446,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -522,6 +546,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -619,6 +652,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -711,6 +753,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -802,6 +853,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -899,6 +959,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -991,6 +1060,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -1082,6 +1160,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -1179,6 +1266,15 @@ "multiple": false, "hideUploadButton": false, "fixedSize": false + },{ + "type": "tpl", + "id": "u:587781d5d181", + "tpl": "          推荐像素:780px x 424px", + "inline": true, + "wrapperComponent": "", + "style": { + "marginLeft": "0" + } }, { "type": "hidden", @@ -1299,11 +1395,6 @@ "args": { }, "script": "window.parent.TStudent.table.refresh();", - "actionType": "custom" - }, - { - "args": {}, - "script": "parent.layer.close(window.parent.TStudent.layerIndex);", "actionType": "custom" } ] -- Gitblit v1.7.1