From eddd3eebb48905f9fc9800d10784fb08fa4c42d8 Mon Sep 17 00:00:00 2001 From: 123456 <123456> Date: Mon, 15 May 2023 16:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PaintShopView/stuffView/top.vue | 2 +- src/views/PaintShopView/weldView/top.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/PaintShopView/stuffView/top.vue b/src/views/PaintShopView/stuffView/top.vue index 13bf6fe..e6efaf4 100644 --- a/src/views/PaintShopView/stuffView/top.vue +++ b/src/views/PaintShopView/stuffView/top.vue @@ -283,7 +283,7 @@ function setcontentData(val) { // verticalNum3.value.setData(val.FIRE,'icon-ranqi',5,"") verticalNum4.value.setData(noise, 'icon-shengyin', 120, "dB") // verticalNum5.value.setData(val.Smoke,'icon-yanwubaojingqi',200,"") - verticalNum6.value.setData(CH2O, 'icon-app_icons--', 0.05, "mg/m3") + verticalNum6.value.setData(CH2O, 'icon-app_icons--', 0.08, "mg/m3") verticalNum7.value.setData(TVOC, 'icon-TVOC-Outlined', 0.5, "mg/m3") humidityref.value.setData({ h: val.temp_humi[temp_humi_index].huim, c: val.temp_humi[temp_humi_index].temp }) diff --git a/src/views/PaintShopView/weldView/top.vue b/src/views/PaintShopView/weldView/top.vue index 9def495..893c91f 100644 --- a/src/views/PaintShopView/weldView/top.vue +++ b/src/views/PaintShopView/weldView/top.vue @@ -282,8 +282,8 @@ function setcontentData(val) { // verticalNum3.value.setData(val.FIRE,'icon-ranqi',5,"") verticalNum4.value.setData(noise, 'icon-shengyin', 120, "dB") // verticalNum5.value.setData(val.Smoke,'icon-yanwubaojingqi',200,"") - verticalNum6.value.setData(CH2O, 'icon-app_icons--', 5, "mg/m3") - verticalNum7.value.setData(TVOC, 'icon-TVOC-Outlined', 5, "PPM") + verticalNum6.value.setData(CH2O, 'icon-app_icons--', 0.08, "mg/m3") + verticalNum7.value.setData(TVOC, 'icon-TVOC-Outlined', 0.5, "PPM") // console.log(pmref.value); humidityref.value.setData({ h: val.temp_humi[temp_humi_index].huim, c: val.temp_humi[temp_humi_index].temp }) if (val.temp_humi.length > 1) {