diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index 3195d1e..2079b53 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -209,4 +209,28 @@ value: '4', }, ], +// factorEchartsColor:[//对应的监测因子echarts颜色 + +// { +// label: 'z', +// value: '#99FF55', +// }, +// { +// label: 'va', +// value: '#B14DE5', +// }, +// { +// label: 'cond', +// value: '#FFC155', +// }, +// { +// label: 'sbl1', +// value: '#19D5FF', +// }, +// { +// label: 'pn05', +// value: '#19D5FF', +// }, + +// ], }; diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index 3195d1e..2079b53 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -209,4 +209,28 @@ value: '4', }, ], +// factorEchartsColor:[//对应的监测因子echarts颜色 + +// { +// label: 'z', +// value: '#99FF55', +// }, +// { +// label: 'va', +// value: '#B14DE5', +// }, +// { +// label: 'cond', +// value: '#FFC155', +// }, +// { +// label: 'sbl1', +// value: '#19D5FF', +// }, +// { +// label: 'pn05', +// value: '#19D5FF', +// }, + +// ], }; 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/utils/fixDict.js b/src/utils/fixDict.js index 3195d1e..2079b53 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -209,4 +209,28 @@ value: '4', }, ], +// factorEchartsColor:[//对应的监测因子echarts颜色 + +// { +// label: 'z', +// value: '#99FF55', +// }, +// { +// label: 'va', +// value: '#B14DE5', +// }, +// { +// label: 'cond', +// value: '#FFC155', +// }, +// { +// label: 'sbl1', +// value: '#19D5FF', +// }, +// { +// label: 'pn05', +// value: '#19D5FF', +// }, + +// ], }; 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 diff --git a/src/utils/fixDict.js b/src/utils/fixDict.js index 3195d1e..2079b53 100644 --- a/src/utils/fixDict.js +++ b/src/utils/fixDict.js @@ -209,4 +209,28 @@ value: '4', }, ], +// factorEchartsColor:[//对应的监测因子echarts颜色 + +// { +// label: 'z', +// value: '#99FF55', +// }, +// { +// label: 'va', +// value: '#B14DE5', +// }, +// { +// label: 'cond', +// value: '#FFC155', +// }, +// { +// label: 'sbl1', +// value: '#19D5FF', +// }, +// { +// label: 'pn05', +// value: '#19D5FF', +// }, + +// ], }; 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 diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex_right.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex_right.vue index 4a48606..1bbe6c6 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex_right.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex_right.vue @@ -5,12 +5,12 @@