From eb537700815bc8e5864bfe0f692e0351c3332c5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com>
Date: Thu, 13 Oct 2022 17:08:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=9F=BA=E5=9D=91(=E7=9B=91=E6=B5=8B)?=
=?UTF-8?q?=EF=BC=9A=E5=8D=95=E4=BD=8D=E6=8B=BC=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/js/http.js | 4 ++--
.../deepFoundationPitManage/monitorData.vue | 20 ++++++++++++++-----
2 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/src/assets/js/http.js b/src/assets/js/http.js
index 884ba20a..790238e8 100644
--- a/src/assets/js/http.js
+++ b/src/assets/js/http.js
@@ -40,7 +40,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
// tag: 本地
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
- axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
+ // axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
// axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋
// axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
@@ -50,7 +50,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
// axios.defaults.baseURL = 'http://139.9.66.234:8/';
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
- // axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
+ axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲
// axios.defaults.baseURL = 'http://117.156.17.59:9090/'; //
diff --git a/src/views/projectFront/deepFoundationPitManage/monitorData.vue b/src/views/projectFront/deepFoundationPitManage/monitorData.vue
index 25866978..cd289efa 100644
--- a/src/views/projectFront/deepFoundationPitManage/monitorData.vue
+++ b/src/views/projectFront/deepFoundationPitManage/monitorData.vue
@@ -468,7 +468,9 @@
:label="$t('message.deepFoundConfig.pointNo')"
>
-
+
+ {{scope.row.fiducialValue + scope.row.unit}}
+
-
+
+ {{scope.row.lastTimeData + scope.row.unit}}
+
{{scope.row.data + scope.row.unit}}
@@ -486,9 +490,15 @@
{{scope.row.dataTotal + scope.row.unit}}
-
-
-
+
+ {{scope.row.alarmValue + scope.row.unit}}
+
+
+ {{scope.row.dataRate + scope.row.unit +'/d'}}
+
+
+ {{'±' + scope.row.rateAlarmValue + scope.row.unit +'/d'}}
+