From c84c8090a6b0fdbe4d226974826cd2baaf4cb8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Mon, 22 Aug 2022 17:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=96=E9=87=8C=E5=A4=A7=E5=B1=8F(=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E8=AE=A1=E5=88=92):=E8=B4=A8=E9=87=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=9B=B4=E6=94=B9=E4=B8=BA=E8=BF=9B=E5=BA=A6=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E4=BB=A5=E5=8F=8A=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectAdmin/jlw/planProgress/index.vue | 2 +- .../jlw/planProgress/leftBottom.vue | 141 +++++++++++++++++- .../deepFoundationPitManage/monitorData.vue | 9 +- 3 files changed, 142 insertions(+), 10 deletions(-) diff --git a/src/views/projectAdmin/jlw/planProgress/index.vue b/src/views/projectAdmin/jlw/planProgress/index.vue index d1fa67f1..c310a158 100644 --- a/src/views/projectAdmin/jlw/planProgress/index.vue +++ b/src/views/projectAdmin/jlw/planProgress/index.vue @@ -9,7 +9,7 @@
- +
diff --git a/src/views/projectAdmin/jlw/planProgress/leftBottom.vue b/src/views/projectAdmin/jlw/planProgress/leftBottom.vue index bd509cf9..65d4d2a3 100644 --- a/src/views/projectAdmin/jlw/planProgress/leftBottom.vue +++ b/src/views/projectAdmin/jlw/planProgress/leftBottom.vue @@ -1,13 +1,87 @@ - + diff --git a/src/views/projectFront/deepFoundationPitManage/monitorData.vue b/src/views/projectFront/deepFoundationPitManage/monitorData.vue index 33acbb33..25e62c31 100644 --- a/src/views/projectFront/deepFoundationPitManage/monitorData.vue +++ b/src/views/projectFront/deepFoundationPitManage/monitorData.vue @@ -542,14 +542,13 @@ export default { }).then(res=>{ console.log(res) if(res.code == 200 && res.result){ - console.log('下面的数据',res) + // console.log('下面的数据',res) this.tableData2 = res.result.records this.echartData7={ xAxis: [], data: [] } this.detailData.tableHeader.forEach(item=>{ - console.log('----item---',item) if(item.key == 'data'){ this.echartData7.unit = '('+item.keyName.split('(')[1] } @@ -569,7 +568,7 @@ export default { deepExcavationId: this.deepExcavation, relaId: this.relaId }).then(res=>{ - console.log('列表查询测点',res) + // console.log('列表查询测点',res) if(res.code == 200 && res.result){ this.options = res.result let arr = [] @@ -691,7 +690,7 @@ export default { item.pointData = arr }) this.pointList = res.result - // console.log(this.pointList) + // console.log('左边的下面',this.pointList) } }) }, @@ -712,7 +711,7 @@ export default { deepExcavationId: this.deepExcavation, projectSn: this.projectSn }).then(res=>{ - console.log(res.result,"平面图列表") + console.log("平面图列表",res.result) if(res.code == 200 && res.result){ this.mapList = res.result this.mapId = ""