diff --git a/src/views/deviceManage/detailDevice.vue b/src/views/deviceManage/detailDevice.vue index 98f35f4..146d68f 100644 --- a/src/views/deviceManage/detailDevice.vue +++ b/src/views/deviceManage/detailDevice.vue @@ -24,7 +24,7 @@ {{ deviceForm.cell }} - + {{ deviceForm.installHeight?deviceForm.installHeight+' m':'--' }} diff --git a/src/views/deviceManage/detailDevice.vue b/src/views/deviceManage/detailDevice.vue index 98f35f4..146d68f 100644 --- a/src/views/deviceManage/detailDevice.vue +++ b/src/views/deviceManage/detailDevice.vue @@ -24,7 +24,7 @@ {{ deviceForm.cell }} - + {{ deviceForm.installHeight?deviceForm.installHeight+' m':'--' }} diff --git a/src/views/deviceStatics/components/deviceCountByType.vue b/src/views/deviceStatics/components/deviceCountByType.vue index f062c1f..cdba870 100644 --- a/src/views/deviceStatics/components/deviceCountByType.vue +++ b/src/views/deviceStatics/components/deviceCountByType.vue @@ -27,7 +27,7 @@ data() { return { allDevice: 0, // 总设备数 - lowPowerDevice: 0 // 低电量设备数 + lowPowerDevice: 0 // 低电量设备数-暂时写死 } }, created() { @@ -51,8 +51,9 @@ // 获取低电量设备数量 getLowPowerDeviceCount() { deviceStaticByStatus().then(response => { + // debugger // this.allDevice = response.data.total - this.lowPowerDevice = 0 + // this.lowPowerDevice = 0 }) } } diff --git a/src/views/deviceManage/detailDevice.vue b/src/views/deviceManage/detailDevice.vue index 98f35f4..146d68f 100644 --- a/src/views/deviceManage/detailDevice.vue +++ b/src/views/deviceManage/detailDevice.vue @@ -24,7 +24,7 @@ {{ deviceForm.cell }} - + {{ deviceForm.installHeight?deviceForm.installHeight+' m':'--' }} diff --git a/src/views/deviceStatics/components/deviceCountByType.vue b/src/views/deviceStatics/components/deviceCountByType.vue index f062c1f..cdba870 100644 --- a/src/views/deviceStatics/components/deviceCountByType.vue +++ b/src/views/deviceStatics/components/deviceCountByType.vue @@ -27,7 +27,7 @@ data() { return { allDevice: 0, // 总设备数 - lowPowerDevice: 0 // 低电量设备数 + lowPowerDevice: 0 // 低电量设备数-暂时写死 } }, created() { @@ -51,8 +51,9 @@ // 获取低电量设备数量 getLowPowerDeviceCount() { deviceStaticByStatus().then(response => { + // debugger // this.allDevice = response.data.total - this.lowPowerDevice = 0 + // this.lowPowerDevice = 0 }) } } diff --git a/src/views/overview/components/infoWindowAlarm.vue b/src/views/overview/components/infoWindowAlarm.vue index 641a296..b256c16 100644 --- a/src/views/overview/components/infoWindowAlarm.vue +++ b/src/views/overview/components/infoWindowAlarm.vue @@ -38,7 +38,7 @@