From e08ad93068cdf9b32da37831c8d003ec2dde57b8 Mon Sep 17 00:00:00 2001 From: xiaoheiiskinder <11674173+xiaohei102908@user.noreply.gitee.com> Date: Thu, 2 Nov 2023 19:14:21 +0800 Subject: [PATCH] =?UTF-8?q?1102=E6=8F=90=E4=BA=A4=EF=BC=8C=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=95=B0=E6=8D=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/UnlockRecord.vue | 3 - src/views/dataScreen/Tourist.vue | 2 +- src/views/dataScreen/leftChartBottom.vue | 83 +++++---- src/views/lockReport.vue | 33 +++- src/views/room.vue | 194 +++++++++++++++++--- src/views/thirdPartyDocking.vue | 3 +- src/views/visualization/flatsIndex.vue | 296 +++++++++++++++++++++++-------- 7 files changed, 470 insertions(+), 144 deletions(-) diff --git a/src/views/UnlockRecord.vue b/src/views/UnlockRecord.vue index c02efd7..1953e2a 100644 --- a/src/views/UnlockRecord.vue +++ b/src/views/UnlockRecord.vue @@ -198,7 +198,6 @@ }, // 选择房源 checkNode(e) { - console.log(e) // this.checkNodeId = e[e.length-1] if(e.length>0){ var options = this.options @@ -299,7 +298,6 @@ this.openRoom = true; }, handleChange(value) { - console.log(value); this.selectRoomId = value[value.length - 1]; }, //获取房源筛选列表 @@ -391,7 +389,6 @@ var str = this.getOpenType(li.openType); var compli = this.comparison(li.deviceNum); var name = utils.findIndexArray(this.options, li.roomId, []) - console.log(name, this.options, li.roomId); var path = '' if (name) { path = name.join('/') diff --git a/src/views/dataScreen/Tourist.vue b/src/views/dataScreen/Tourist.vue index 61ea354..ef7819b 100644 --- a/src/views/dataScreen/Tourist.vue +++ b/src/views/dataScreen/Tourist.vue @@ -237,7 +237,7 @@ export default { this.shebei[0].total = statisticsDate.seriesData.total this.shebei[1].total = statisticsDate.seriesData.isAppBind this.shebei[2].total = statisticsDate.seriesData.batteryLevel1 - this.shebei[3].total = statisticsDate.seriesData.offlineTotal + // this.shebei[3].total = statisticsDate.seriesData.offlineTotal // this.collectUS = statisticsDate.collectUS // this.sumProjects = statisticsDate.seriesData.projects for (let t in statisticsDate.collectUS) { diff --git a/src/views/dataScreen/leftChartBottom.vue b/src/views/dataScreen/leftChartBottom.vue index 28dbb2b..f885ff5 100644 --- a/src/views/dataScreen/leftChartBottom.vue +++ b/src/views/dataScreen/leftChartBottom.vue @@ -1,12 +1,12 @@