From 6eed4f4600ba2c2d7b5d3cc14a1e0a9e4d8f0d83 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期二, 17 十月 2023 10:09:19 +0800 Subject: [PATCH] 10.17 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html index a2f92c1..b10d0ab 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_edit.html @@ -1,4 +1,4 @@ -@layout("/common/_container.html"){ + @layout("/common/_container.html"){ <script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.15&key=77b37f0753049c4e712ea79a24e0719c"></script> <style> .avatar-uploader .el-upload { @@ -128,7 +128,7 @@ <div class="form-group" id="siteMore" style=" margin-left: 255px;"> <div class="form-group">多场地配置:<i class="fa fa-plus" onclick="addBox()"></i></div> - @for(n in nextNames){ + @for(n in nextNames!){ <div class="col-sm-8 control-label" id="far"> <label class="col-sm-2 control-label">*单个场地名</label> <div class="col-sm-3"> -- Gitblit v1.7.1