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 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ {{$t('message.dataBoard.peopleName')}}
+ |
+
+
+ {{$t('message.dataBoard.extendedTaskNum')}}
+ |
+
+
+
+
+ | {{ item.personChargeName }} |
+ {{ item.num }} |
+
+
+
+
+
+
+ |
+
+ {{$t('message.dataBoard.task')}}
+ |
+
+
+ {{$t('message.dataBoard.principal')}}
+ |
+
+
+ {{$t('message.dataBoard.extendedDays')}}
+ |
+
+
+
+
+ | {{ item.subitemProjectName }} |
+ {{ item.personChargeName }} |
+ {{ item.overdueDayNum }} |
+
+
+
+
+

+
+
+ {{$t('message.dataBoard.nodata')}}
+
+
+
+
+
+
+
-
+
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 = ""