-
井深:--米
+
井深:{{ pipeDetail.bottomBuriedDepthTemp || '--' }}米
-
-
水深:{{ realData.z }} 米
+
+
水深:{{ realData.z || '--' }} 米
-
流速:{{ realData.va }} m/s
+
流速:{{ realData.va || '--' }} m/s
@@ -30,50 +35,51 @@
所在位置:
-
{{ pipeDetail.address }}
+
{{ pipeDetail.address || '--' }}
建设方式:
{{ pipeDetail.buildType == 'owner' ? '自建' : '共享' }}
-
管径:
-
800mm
+
管网直径:
+
{{ pipeDetail.pipelineDiameterTemp || '--' }} 米
安装高度:
-
{{ pipeDetail.installHeight }} 米
+
{{ pipeDetail.installHeight || '--' }} 米
实时数据
水深:
-
{{ realData.z }} 米
-
-
-
累计流量:
-
{{ realData.sbl1 }}m³
+
{{ realData.z || '--' }} 米
流速:
-
{{ realData.va }}m/s
+
{{ realData.va || '--' }}m/s
SS:
-
{{ realData.turb }} mg/L
+
{{ realData.turb || '--' }} mg/L
更新时间:
-
{{ realData.tt }}
+
{{ realData.tt || '--' }}
-
报警信息
+
责任信息
-
-
+
+
+
+ 有满管风险,通知相关责任人进行处理
+
+
+
@@ -222,7 +228,7 @@
.part{
background: #0874EF;
border-radius: 12px;
- width:110px;
+ padding:0px 10px;
height: 26px;
line-height: 26px;
font-family: Source Han Sans CN;
@@ -240,13 +246,13 @@
.partJ{
position:absolute;
top:175PX;
- right:105px;
+ left:325px;
z-index: 10;
}
.partL{
position:absolute;
bottom:190PX;
- right:20px;
+ left:325px;
z-index: 10;
}
.equipA{
diff --git a/src/views/dataAnalysis/rtuSiteInfo/index.vue b/src/views/dataAnalysis/rtuSiteInfo/index.vue
index 08502f5..02d1ad2 100644
--- a/src/views/dataAnalysis/rtuSiteInfo/index.vue
+++ b/src/views/dataAnalysis/rtuSiteInfo/index.vue
@@ -213,13 +213,13 @@
-->
-
-
+
+
-
-
+
+
@@ -408,8 +408,8 @@
id: '',
installDate: '',
installHeight: 0,
- pipelineDiameter: 0,
- bottomBuriedDepth: 0,
+ pipelineDiameterTemp: 0,
+ bottomBuriedDepthTemp: 0,
lonLat: '',
monitorIntervalMinute: '',
monitorTargetType: '',
diff --git a/src/views/sponeScreen/waterFlood/pipeDetail.vue b/src/views/sponeScreen/waterFlood/pipeDetail.vue
index 62aa2a5..d4ea266 100644
--- a/src/views/sponeScreen/waterFlood/pipeDetail.vue
+++ b/src/views/sponeScreen/waterFlood/pipeDetail.vue
@@ -10,14 +10,19 @@
-
井深:--米
+
井深:{{ pipeDetail.bottomBuriedDepthTemp || '--' }}米
-
-
水深:{{ realData.z }} 米
+
+
水深:{{ realData.z || '--' }} 米
-
流速:{{ realData.va }} m/s
+
流速:{{ realData.va || '--' }} m/s
@@ -30,50 +35,51 @@
所在位置:
-
{{ pipeDetail.address }}
+
{{ pipeDetail.address || '--' }}
建设方式:
{{ pipeDetail.buildType == 'owner' ? '自建' : '共享' }}
-
管径:
-
800mm
+
管网直径:
+
{{ pipeDetail.pipelineDiameterTemp || '--' }} 米
安装高度:
-
{{ pipeDetail.installHeight }} 米
+
{{ pipeDetail.installHeight || '--' }} 米
实时数据
水深:
-
{{ realData.z }} 米
-
-
-
累计流量:
-
{{ realData.sbl1 }}m³
+
{{ realData.z || '--' }} 米
流速:
-
{{ realData.va }}m/s
+
{{ realData.va || '--' }}m/s
SS:
-
{{ realData.turb }} mg/L
+
{{ realData.turb || '--' }} mg/L
更新时间:
-
{{ realData.tt }}
+
{{ realData.tt || '--' }}
-
报警信息
+
责任信息
-
-
+
+
+
+ 有满管风险,通知相关责任人进行处理
+
+
+
@@ -222,7 +228,7 @@
.part{
background: #0874EF;
border-radius: 12px;
- width:110px;
+ padding:0px 10px;
height: 26px;
line-height: 26px;
font-family: Source Han Sans CN;
@@ -240,13 +246,13 @@
.partJ{
position:absolute;
top:175PX;
- right:105px;
+ left:325px;
z-index: 10;
}
.partL{
position:absolute;
bottom:190PX;
- right:20px;
+ left:325px;
z-index: 10;
}
.equipA{
diff --git a/src/views/spongePerformance/waterlogging/prevention/index.vue b/src/views/spongePerformance/waterlogging/prevention/index.vue
index 304872c..e3184f6 100644
--- a/src/views/spongePerformance/waterlogging/prevention/index.vue
+++ b/src/views/spongePerformance/waterlogging/prevention/index.vue
@@ -129,7 +129,7 @@
const timer = ref(null);
const tabActive = ref('model');
const tableModal = ref(null);
-const tableLoading = ref(false);
+const tableLoading = ref(true);
const tableData = ref([]);
const areaData = ref('');
const resultList = ref([]);