diff --git a/src/views/storeManage/warehouse3D/archivesStorage/index.vue b/src/views/storeManage/warehouse3D/archivesStorage/index.vue
index 1be66f5..dd4ddeb 100644
--- a/src/views/storeManage/warehouse3D/archivesStorage/index.vue
+++ b/src/views/storeManage/warehouse3D/archivesStorage/index.vue
@@ -33,14 +33,14 @@
VOC {{ topDisplayData.DAK_DIV_TOP_004.unit }}
-
+
{{ topDisplayData.DAK_DIV_TOP_005.curValue }}
PM2.5 {{ topDisplayData.DAK_DIV_TOP_005.unit }}
-
+
{{ topDisplayData.DAK_DIV_TOP_006.curValue }}
@@ -278,11 +278,12 @@ export default {
return item.property_id === siduParamId && item.device_id === element.deviceInfo.deviceId
})
}
+ console.log(wendu?.curstatus, sidu?.curstatus)
this.oaoMessage.push({
id: element.divPosition,
wendu: (wendu?.curvalue) ? (Math.round(wendu?.curvalue)) : '-',
sidu: (sidu?.curvalue) ? (Math.round(sidu?.curvalue)) : '-',
- alarmState: (wendu && wendu.curstatus === '1') || (sidu && sidu.curstatus === '1')
+ alarmState: (wendu && wendu.curstatus !== '0') || (sidu && sidu.curstatus !== '0')
})
}
})