diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 1b00859..7df66ed 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -22,9 +22,9 @@
-
设计规模:
+
日规模:
- {{ AllData.bengZhanInfo.designFlowRate ? AllData.bengZhanInfo.designFlowRate + 'm³/s' : '--' }} + {{ AllData.bengZhanInfo.dayScale ? AllData.bengZhanInfo.dayScale + '万吨/日' : '--' }}
diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 1b00859..7df66ed 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -22,9 +22,9 @@
-
设计规模:
+
日规模:
- {{ AllData.bengZhanInfo.designFlowRate ? AllData.bengZhanInfo.designFlowRate + 'm³/s' : '--' }} + {{ AllData.bengZhanInfo.dayScale ? AllData.bengZhanInfo.dayScale + '万吨/日' : '--' }}
diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index ff8f4ed..62c4098 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -14,32 +14,28 @@ v-show="item.abbreviation" @click="MBClick(item)" > - {{ item.grade != "one" ? "/" : "" }} - {{ item.abbreviation ? item.abbreviation : "" }} + {{ item.grade != 'one' ? '/' : '' }} + {{ item.abbreviation ? item.abbreviation : '' }}
{{ - AllData.regionGrade == "one" - ? "河湖水情" - : AllData.regionGrade == "two" - ? "管网监测" - : AllData.regionGrade == "three" - ? "管网统计" - : AllData.regionGrade == "four" - ? "当日水量分析" - : "" + AllData.regionGrade == 'one' + ? '河湖水情' + : AllData.regionGrade == 'two' + ? '管网监测' + : AllData.regionGrade == 'three' + ? '管网统计' + : AllData.regionGrade == 'four' + ? '当日水量分析' + : '' }} {{ AllData.TjData1 ? `(${AllData.TjData1 + AllData.TjData1Unit})` : `` }}
{{ - AllData.regionGrade == "one" - ? "流域管网" - : AllData.regionGrade == "two" - ? "管网统计" - : AllData.regionGrade == "three" - ? "当日水量分析" - : AllData.regionGrade == "four" - ? "渍水风险点" - : "" + AllData.regionGrade == 'one' + ? '流域管网' + : AllData.regionGrade == 'two' + ? '管网统计' + : AllData.regionGrade == 'three' + ? '当日水量分析' + : AllData.regionGrade == 'four' + ? '渍水风险点' + : '' }} {{ AllData.TjData2 ? `(${AllData.TjData2 + AllData.TjData2Unit})` : `` }}
{{ - AllData.regionGrade == "one" - ? "河湖排口" - : AllData.regionGrade == "two" - ? "湖泊排口" - : AllData.regionGrade == "three" - ? "渍水风险点" - : AllData.regionGrade == "four" - ? "历史风险" - : "" + AllData.regionGrade == 'one' + ? '河湖排口' + : AllData.regionGrade == 'two' + ? '湖泊排口' + : AllData.regionGrade == 'three' + ? '渍水风险点' + : AllData.regionGrade == 'four' + ? '历史风险' + : '' }} {{ AllData.TjData3 ? `(${AllData.TjData3 + AllData.TjData3Unit})` : `` }}
@@ -149,10 +133,7 @@
- + {{ AllData.SLFX.upstreamSiteWaterYield }} 万吨 @@ -161,10 +142,7 @@
- + {{ AllData.SLFX.siteWaterYield }} 万吨 @@ -173,13 +151,8 @@
- - {{ - AllData.SLFX.downstreamSiteWaterYield - }} + + {{ AllData.SLFX.downstreamSiteWaterYield }} 万吨
@@ -193,68 +166,62 @@
类型:
- {{ - AllData.GWBD.pointType == "YS" - ? "雨水管网" - : AllData.GWBD.pointType == "WS" - ? "污水管网" - : "--" - }} + {{ AllData.GWBD.pointType == 'YS' ? '雨水管网' : AllData.GWBD.pointType == 'WS' ? '污水管网' : '--' }}
设计编号:
- {{ AllData.GWBD.stAsName ? AllData.GWBD.stAsName : "--" }} + {{ AllData.GWBD.stAsName ? AllData.GWBD.stAsName : '--' }}
管井编码:
- {{ AllData.GWBD.pointNumber ? AllData.GWBD.pointNumber : "--" }} + {{ AllData.GWBD.pointNumber ? AllData.GWBD.pointNumber : '--' }}
站点编号:
- {{ AllData.GWBD.stCode ? AllData.GWBD.stCode : "--" }} + {{ AllData.GWBD.stCode ? AllData.GWBD.stCode : '--' }}
年份:
- {{ AllData.GWBD.buildTime ? AllData.GWBD.buildTime : "--" }} + {{ AllData.GWBD.buildTime ? AllData.GWBD.buildTime : '--' }}
管径:
- {{ AllData.GWBD.pipelineDiameter ? AllData.GWBD.pipelineDiameter : "--" }} + {{ AllData.GWBD.pipelineDiameter ? AllData.GWBD.pipelineDiameter : '--' }}
材质:
- {{ AllData.GWBD.pipelineTexture ? AllData.GWBD.pipelineTexture : "--" }} + {{ AllData.GWBD.pipelineTexture ? AllData.GWBD.pipelineTexture : '--' }}
缺陷类型:
- {{ AllData.GWBD.issueType ? AllData.GWBD.issueType : "--" }} + {{ AllData.GWBD.issueType ? AllData.GWBD.issueType : '--' }}
标段片区:
- {{ AllData.GWBD.roadName ? AllData.GWBD.roadName : "--" }} + {{ AllData.GWBD.roadName ? AllData.GWBD.roadName : '--' }}
末次运维:
- {{ AllData.GWBD.repairYear ? AllData.GWBD.repairYear : "--" }} + {{ AllData.GWBD.repairYear ? AllData.GWBD.repairYear : '--' }}
@@ -265,25 +232,15 @@
港渠统计 水质统计
- - + +
@@ -291,11 +248,7 @@
@@ -303,11 +256,7 @@
- +
@@ -315,75 +264,75 @@ @@ -1268,7 +1183,7 @@ .CrumbesTitle { width: 100%; height: 44px; - background: url("@/assets/images/pictureOnMap/eachBgc.png") no-repeat center; + background: url('@/assets/images/pictureOnMap/eachBgc.png') no-repeat center; background-size: 100% 100%; box-sizing: border-box; padding-left: 40px; @@ -1329,7 +1244,7 @@ height: 110px; box-sizing: border-box; padding: 15px 0; - background-image: url("@/assets/images/pictureOnMap/SLFX.png"); + background-image: url('@/assets/images/pictureOnMap/SLFX.png'); background-repeat: no-repeat; background-size: contain; .SlList1P {