diff --git a/src/views/pictureOnMap/index.vue b/src/views/pictureOnMap/index.vue
index 192ac0d..d2b6949 100644
--- a/src/views/pictureOnMap/index.vue
+++ b/src/views/pictureOnMap/index.vue
@@ -40,7 +40,7 @@
@@ -1075,7 +1148,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;
@@ -1100,6 +1173,7 @@
overflow: hidden;
text-overflow: ellipsis; /* 超出宽度200px后显示省略号 */
white-space: nowrap; /* 限制不允许换行 */
+ cursor: pointer;
}
}
.modular1,
@@ -1136,7 +1210,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;
diff --git a/src/views/pictureOnMap/index.vue b/src/views/pictureOnMap/index.vue
index 192ac0d..d2b6949 100644
--- a/src/views/pictureOnMap/index.vue
+++ b/src/views/pictureOnMap/index.vue
@@ -40,7 +40,7 @@
@@ -1075,7 +1148,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;
@@ -1100,6 +1173,7 @@
overflow: hidden;
text-overflow: ellipsis; /* 超出宽度200px后显示省略号 */
white-space: nowrap; /* 限制不允许换行 */
+ cursor: pointer;
}
}
.modular1,
@@ -1136,7 +1210,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;
diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue
index 62c4098..6ada224 100644
--- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue
+++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue
@@ -14,28 +14,32 @@
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})` : `` }}
- {{ AllData.ClicksiteName }}
+ {{
+ AllData.ClicksiteName
+ }}
-
+
{{ AllData.SLFX.upstreamSiteWaterYield }}
万吨
@@ -142,7 +163,10 @@
-
+
{{ AllData.SLFX.siteWaterYield }}
万吨
@@ -151,8 +175,13 @@
-
- {{ AllData.SLFX.downstreamSiteWaterYield }}
+
+ {{
+ AllData.SLFX.downstreamSiteWaterYield
+ }}
万吨
@@ -166,62 +195,68 @@
类型:
- {{ 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 : "--" }}
@@ -232,15 +267,25 @@
@@ -248,15 +293,25 @@
- {{ AllData.ClicksiteName }}
+ {{
+ AllData.ClicksiteName
+ }}
-
+
@@ -264,75 +319,75 @@
@@ -1183,7 +1286,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;
@@ -1208,6 +1311,7 @@
overflow: hidden;
text-overflow: ellipsis; /* 超出宽度200px后显示省略号 */
white-space: nowrap; /* 限制不允许换行 */
+ cursor: pointer;
}
}
.modular1,
@@ -1244,7 +1348,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 {