From 98b2652041a28c9650ab07d2c93ff5543887a7c4 Mon Sep 17 00:00:00 2001 From: wgx <31655391@qq.com> Date: Thu, 4 Dec 2025 19:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=92=AD=E6=94=BE=E5=99=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E3=80=81=E5=A2=9E=E5=8A=A0=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=9B=9E=E6=94=BE=E3=80=81=E6=80=BB=E6=B0=AE=E7=A3=B7COD?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CqyzList/index.vue | 6 +- src/pages/Home/index.vue | 25 +++- src/pages/MywrList/index.vue | 249 ++++++++++++++++++++--------------- 3 files changed, 161 insertions(+), 119 deletions(-) diff --git a/src/pages/CqyzList/index.vue b/src/pages/CqyzList/index.vue index 2466947..eff8b61 100644 --- a/src/pages/CqyzList/index.vue +++ b/src/pages/CqyzList/index.vue @@ -439,10 +439,8 @@ export default { mounted(){ // 实时时间 this.getNowTime(); - setTimeout(() =>{ - this.drawChart(); - }, 1000) - this.getliststation() + setTimeout(() =>{this.drawChart();}, 1000) + this.getliststation() }, beforeDestroy(){ if(this.play)this.player.stop(); diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue index b66fcf8..7245a31 100644 --- a/src/pages/Home/index.vue +++ b/src/pages/Home/index.vue @@ -286,22 +286,33 @@
{{ effect_assess0.detailCode }} - {{ effect_assess0.detailValue }} + {{ effect_assess0.detailValue }} + +
{{ effect_assess1.detailCode }} - {{ effect_assess1.detailValue }} + + {{ effect_assess1.detailValue }} + + +
- {{ effect_assess2.detailValue }} + + {{ effect_assess2.detailValue }} + + + {{ effect_assess2.detailCode }}
- {{ effect_assess3.detailValue }} + + {{ effect_assess3.detailValue }} + + + {{ effect_assess3.detailCode }}
diff --git a/src/pages/MywrList/index.vue b/src/pages/MywrList/index.vue index cf6cd23..a3180d0 100644 --- a/src/pages/MywrList/index.vue +++ b/src/pages/MywrList/index.vue @@ -5,6 +5,7 @@ bgc="transparent" :delay="100" :isFlat="true" + >
-
+
@@ -54,10 +55,10 @@ 站点信息 - 详情>> + 介绍>>
-
+
录播 直播
@@ -66,13 +67,6 @@
- -
@@ -179,6 +173,11 @@
+
+ + + +
@@ -203,17 +202,22 @@ 常规五参数实时监测
-
+
-
{{ stationDetail.latestWaterData[0].dataWaterTemp }}
+
+ +
水温
-
{{ stationDetail.latestWaterData[0].dataWaterPh }}
+
+
PH值
@@ -221,19 +225,30 @@
-
{{ stationDetail.latestWaterData[0].dataWaterDo }}mg/L
+
+ + mg/L
溶解氧
-
{{ stationDetail.latestWaterData[0].dataWaterDdl }}μS/cm
+
+ + μS/cm +
电导率
-
{{ stationDetail.latestWaterData[0].dataWaterNtu }}NTU
+
+ + NTU +
+
浊度
@@ -263,7 +278,7 @@
- +
@@ -300,7 +315,7 @@