diff --git a/src/main/resources/static/js/basic/lineManagement/child/ropewayFormTemp.js b/src/main/resources/static/js/basic/lineManagement/child/ropewayFormTemp.js index 58d6379..576240f 100644 --- a/src/main/resources/static/js/basic/lineManagement/child/ropewayFormTemp.js +++ b/src/main/resources/static/js/basic/lineManagement/child/ropewayFormTemp.js @@ -116,7 +116,9 @@ function getRopewayById() { function (result) { layer.close(loadingMsg); if (result.code === 200) { - setFormData(result.data); + const data = result.data; + data.name = data.towerName; + setFormData(data); } else { layer.alert(result.msg, { icon: 2 }); } diff --git a/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js b/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js index b50142b..c7bd855 100644 --- a/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js +++ b/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js @@ -86,7 +86,7 @@ function initTable(dataList, limit, page) { }, { field: "towerName", - title: "索道终点所在杆塔", + title: "索道位置", unresize: true, align: "center", }, diff --git a/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js b/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js index 0df7968..319e2aa 100644 --- a/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js +++ b/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js @@ -919,7 +919,8 @@ async function addMapLine() { lineColor = "#fff"; lineMaterial = new Cesium.PolylineDashMaterialProperty({ // 虚线 - color: Cesium.Color.fromCssColorString(lineColor), + // color: Cesium.Color.fromCssColorString(lineColor), + color: Cesium.Color.TRANSPARENT, dashLength: 16.0, // 可调整虚线长度 }); } diff --git a/src/main/resources/static/pages/basic/lineManagement/child/ropewayFormTemp.html b/src/main/resources/static/pages/basic/lineManagement/child/ropewayFormTemp.html index 5baac29..4341961 100644 --- a/src/main/resources/static/pages/basic/lineManagement/child/ropewayFormTemp.html +++ b/src/main/resources/static/pages/basic/lineManagement/child/ropewayFormTemp.html @@ -30,7 +30,8 @@
- + +