From 7ad2f57cabe4cfada46b0455f3b5a6ee7fd11158 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 15 Sep 2025 10:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E8=AE=BE=E6=96=BD=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesA/checkout/detail/detail.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pagesA/checkout/detail/detail.vue b/pagesA/checkout/detail/detail.vue index c3b2d11..e29374a 100644 --- a/pagesA/checkout/detail/detail.vue +++ b/pagesA/checkout/detail/detail.vue @@ -29,7 +29,7 @@ - 设备检查 + 房间设施检查 { - this.deviceList = res.data.facilitiesCheckResults.map((v) => ({ - name: v.facilityName, - id: v.facilityId, - facilityStatus: v.checkResult, - })); - console.log("dev", this.deviceList); - this.checkStatus = this.deviceList.map((v) => - v.facilityStatus.toString() - ); + // this.deviceList = res.data.facilitiesCheckResults.map((v) => ({ + // name: v.facilityName, + // id: v.facilityId, + // facilityStatus: v.checkResult, + // })); + // console.log("dev", this.deviceList); + // this.checkStatus = this.deviceList.map((v) => + // v.facilityStatus.toString() + // ); this.waterMeterValue = res.data.waterMeterValue; this.energyMeterValue = res.data.energyMeterValue; this.facilitiesCheckDesc = res.data.facilitiesCheckDesc;