diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index 6bd052a..71b2be0 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -601,7 +601,7 @@ }); } else if (Row.layerId == "point") { // 点位 - if (Row.properties.pointType == "rainwater_pipeline_quality") { + if (Row.properties.pointType == "sewage_pipeline_quality") { if (AllData.RightShowID == Row.properties.id) { // 说明是同样的一个点点了两次,所以进行关闭 AllData.RightShow = false; diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index 6bd052a..71b2be0 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -601,7 +601,7 @@ }); } else if (Row.layerId == "point") { // 点位 - if (Row.properties.pointType == "rainwater_pipeline_quality") { + if (Row.properties.pointType == "sewage_pipeline_quality") { if (AllData.RightShowID == Row.properties.id) { // 说明是同样的一个点点了两次,所以进行关闭 AllData.RightShow = false; diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index fda09e8..65ed28e 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -844,8 +844,8 @@ AllData.chartData3.yAxis3_line = res.data.inflowWater; AllData.chartData3.yAxis3_line_Name = "进水量"; AllData.chartData3.yAxis3_line_Index = 1; - AllData.chartData3.y1_Unit = "万方"; //Y轴单位 - AllData.chartData3.y2_Unit = "个"; //Y轴单位 + AllData.chartData3.y1_Unit = "个"; //Y轴单位 + AllData.chartData3.y2_Unit = "万方"; //Y轴单位 AllData.chartData3.y2_show = true; AllData.refresh3++; AllData.TjData3 = res.data.outletsNumber