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)
数据接收时间
-
@@ -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)
})
}
}