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;