- {{ projectBackground }}
+ {{ projectBackground }}
+
- 待整改:{{ qualityCount.notCloseNum }} + 待整改:{{ qualityCount.rectificationNum }}
整改率:{{ qualityCount.completeRatio }}% @@ -133,7 +133,7 @@
- 待整改:{{ securityCount.notRectificationNum }} + 待整改:{{ securityCount.rectificationNum }}
整改率:{{ securityCount.completeRatio }}% @@ -583,7 +583,7 @@ export default { selectProjectWorkAndInspectCount({ projectSn: data.projectSn, }).then((res) => { - console.log(res); + console.log('大屏项目',res); if (res.code == 200) { this.personCount = res.result.personCount; this.attendancePerson = this.personCount.attendancePerson; @@ -653,7 +653,7 @@ export default { sn: this.projectSn, }; selectCompanyProjectTypeCountApi(data).then((res) => { - // console.log(res.result) + console.log('大屏顶部数据',res.result) if (res.code == 200) { this.companyProjectData = res.result; this.projectCount = res.result.count; diff --git a/src/views/companyAdmin/bigScreen/leftMenu.vue b/src/views/companyAdmin/bigScreen/leftMenu.vue index e35d56de..1aeb5e0b 100644 --- a/src/views/companyAdmin/bigScreen/leftMenu.vue +++ b/src/views/companyAdmin/bigScreen/leftMenu.vue @@ -268,6 +268,7 @@ export default { } arr.sort(sortNum) this.newProjectData = arr + console.log("项目概览数据",arr) if (this.pageType == 1 ){ this.$nextTick(()=>{ this.createEchart1(); @@ -468,6 +469,7 @@ export default { let data1 = [], data2 = [], data3 = []; + console.log("左上角数据",this.projectData) this.projectData.list.forEach((item)=>{ for(let j = 1; j < 13; j++){ if(Number(item.monthTitle.split('-')[1]) == j){ @@ -593,7 +595,7 @@ export default { } ] } - + // console.log("左上角项目概览数据",data1,data2,data3) echart1.setOption(this.option1); }, createEchart2(){ @@ -949,7 +951,7 @@ export default { .seamless-warp{ width: 100%; - height: 164px; + height: 80px; overflow: auto; li:nth-child(2n){ background: rgba(2, 251, 226, 0.07); diff --git a/src/views/companyAdmin/bigScreen/rightMenu.vue b/src/views/companyAdmin/bigScreen/rightMenu.vue index 167d5d91..b91b33ef 100644 --- a/src/views/companyAdmin/bigScreen/rightMenu.vue +++ b/src/views/companyAdmin/bigScreen/rightMenu.vue @@ -19,9 +19,10 @@