From 74d285abd77d100f6321242f803ef7bb7977ac1c Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Fri, 24 Mar 2023 11:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B-=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E5=A4=A7=E5=B1=8F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=8D=95=E4=BD=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourEngin/security/centerBottom.vue | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/src/views/projectAdmin/fourEngin/security/centerBottom.vue b/src/views/projectAdmin/fourEngin/security/centerBottom.vue index a5df1bfa..83f22881 100644 --- a/src/views/projectAdmin/fourEngin/security/centerBottom.vue +++ b/src/views/projectAdmin/fourEngin/security/centerBottom.vue @@ -127,15 +127,15 @@
风速报警
倾角Y报警
倾角报警
-
幅度
+
幅度(m)
风速(m/s)
-
倾角
-
高度
+
倾角( °)
+
高度(m)
载重(kg)
数据接收时间
-
+
@@ -219,12 +219,12 @@
- +
@@ -233,13 +233,13 @@
测量点位名称
测量点编号
-
倾斜
-
压力
-
沉降
+
倾斜( °)
+
压力(kN)
+
沉降(mm)
上传时间
-
+
{{ item.measurePointName }}
@@ -251,12 +251,12 @@
- +
@@ -348,7 +348,6 @@ export default { size: 20 }).then((res) => { this.edgeList = res.result.records - console.log('临边防护-res', this.edgeList) }) }, //塔机监测-数据获取 @@ -357,7 +356,6 @@ export default { projectSn: this.$store.state.projectSn }).then((res) => { if (res.code == 200) { - console.log('塔机监测-', res) this.TowerList = res.result.records } }) @@ -368,7 +366,6 @@ export default { projectSn: this.$store.state.projectSn }).then((res) => { this.highFormList = res.result.records - console.log('高支模监测-res', res) }) } }