diff --git a/src/api/MonitorAssetsOnMap.js b/src/api/MonitorAssetsOnMap.js index 203904c..8795d6a 100644 --- a/src/api/MonitorAssetsOnMap.js +++ b/src/api/MonitorAssetsOnMap.js @@ -373,3 +373,11 @@ params: query, }); } +// 均值查询 +export function dataSiteRelationGetHistoryCount(query) { + return request({ + url: '/business/dataSiteRelation/getHistoryCount', + method: 'get', + params: query, + }); +} \ No newline at end of file diff --git a/src/api/MonitorAssetsOnMap.js b/src/api/MonitorAssetsOnMap.js index 203904c..8795d6a 100644 --- a/src/api/MonitorAssetsOnMap.js +++ b/src/api/MonitorAssetsOnMap.js @@ -373,3 +373,11 @@ params: query, }); } +// 均值查询 +export function dataSiteRelationGetHistoryCount(query) { + return request({ + url: '/business/dataSiteRelation/getHistoryCount', + method: 'get', + params: query, + }); +} \ No newline at end of file diff --git a/src/views/pictureOnMap/page/components/DialogTabs/component/jiancefenxiGWFX.vue b/src/views/pictureOnMap/page/components/DialogTabs/component/jiancefenxiGWFX.vue index 4f62703..62a7f3f 100644 --- a/src/views/pictureOnMap/page/components/DialogTabs/component/jiancefenxiGWFX.vue +++ b/src/views/pictureOnMap/page/components/DialogTabs/component/jiancefenxiGWFX.vue @@ -2,88 +2,110 @@
- +
-
- - +
+ +
-
所属雨水分区:
-
{{listData.rainArea}}
+
所属雨水分区:
+
{{ listData.rainArea }}
+
+
+
运维片区:
+
{{ listData.watchAreaName }}
+
-
-
运维片区:
-
{{listData.watchAreaName}}
-
-
-
+
历史经验:
- - - - - + + + - - - - - - - +
+ {{ RainfallLevelFun(scope.row.rain) }} +
+ + + + + + + +
-
+
周边环境分析:
-
{{listData.zbhjfx}}
+
{{ listData.zbhjfx }}
- - - +
+
均值分析:
+
+ + + + +
+
@@ -251,7 +289,7 @@ font-weight: bold; font-size: 14px; margin-bottom: 10px; - + .name { color: #ccdfff; width: 100px; @@ -259,8 +297,8 @@ padding-right: 10px; } .text { - flex: 1; - min-width: 200px; + flex: 1; + min-width: 200px; min-height: 37px; color: #8fbffe; @@ -293,15 +331,20 @@ margin-bottom: 10px; :deep(.el-range-editor.el-input__wrapper) { background: #0d2359; - - box-shadow:none; + + box-shadow: none; .el-range-separator { color: #fff; } - .el-range-input { -color: #fff; + .el-range-input { + color: #fff; } } } + + .junZhiFenXi { + width: 100%; + height: 300px; + } }