diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 1b00859..d62ba79 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -4,13 +4,13 @@
泵站名称:
- {{ AllData.bengZhanInfo.name ? AllData.bengZhanInfo.name : '--' }} + {{ AllData.bengZhanInfo.name ? AllData.bengZhanInfo.name : "--" }}
泵站类型:
- {{ Datatype == 'sewage_pump_station_info' ? '污水泵站' : '雨水泵站' }} + {{ Datatype == "sewage_pump_station_info" ? "污水泵站" : "雨水泵站" }}
@@ -18,60 +18,81 @@
所属水系:
- {{ selectArrListLabel(alllist, AllData.bengZhanInfo.waterRegionCode, 'id', 'name') }} + {{ + selectArrListLabel( + alllist, + AllData.bengZhanInfo.waterRegionCode, + "id", + "name" + ) + }}
设计规模:
- {{ AllData.bengZhanInfo.designFlowRate ? AllData.bengZhanInfo.designFlowRate + 'm³/s' : '--' }} + {{ + AllData.bengZhanInfo.designFlowRate + ? AllData.bengZhanInfo.designFlowRate + "m³/s" + : "--" + }}
泵机个数:
- {{ AllData.bengZhanInfo.pumpNumber ? AllData.bengZhanInfo.pumpNumber + '个' : '--' }} + {{ + AllData.bengZhanInfo.pumpNumber + ? AllData.bengZhanInfo.pumpNumber + "个" + : "--" + }}
装机功率:
- {{ AllData.bengZhanInfo.power ? AllData.bengZhanInfo.power + 'kw' : '--' }} + {{ AllData.bengZhanInfo.power ? AllData.bengZhanInfo.power + "kw" : "--" }}
起抽水位:
- {{ AllData.bengZhanInfo.startLevel ? AllData.bengZhanInfo.startLevel + 'm' : '--' }} + {{ + AllData.bengZhanInfo.startLevel ? AllData.bengZhanInfo.startLevel + "m" : "--" + }}
停抽水位:
- {{ AllData.bengZhanInfo.controlLevel ? AllData.bengZhanInfo.controlLevel + 'm' : '--' }} + {{ + AllData.bengZhanInfo.controlLevel + ? AllData.bengZhanInfo.controlLevel + "m" + : "--" + }}
汇入管网:
- {{ AllData.bengZhanInfo.entrance ? AllData.bengZhanInfo.entrance : '--' }} + {{ AllData.bengZhanInfo.entrance ? AllData.bengZhanInfo.entrance : "--" }}
排出管网:
- {{ AllData.bengZhanInfo.discharge ? AllData.bengZhanInfo.discharge : '--' }} + {{ AllData.bengZhanInfo.discharge ? AllData.bengZhanInfo.discharge : "--" }}
流入场站:
- {{ AllData.bengZhanInfo.flowInto ? AllData.bengZhanInfo.flowInto : '--' }} + {{ AllData.bengZhanInfo.flowInto ? AllData.bengZhanInfo.flowInto : "--" }}
-
进站水量
+
进站水量(站外监测点)
@@ -104,7 +125,7 @@
-
入厂水量
+
入厂水量(站外监测点)
@@ -141,14 +162,17 @@
-
+
{{ item.pumpNum }}泵
实时液位
- {{ AllData.BengjiObj.waterlevel || '-' }} + {{ AllData.BengjiObj.waterlevel || "-" }}
@@ -156,7 +180,11 @@
实时水量
-
+