From 1255dcdb42fe1a2f7efa3b4170afca6cfdf9efb6 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Mon, 24 Oct 2022 14:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E5=BB=BA=E5=9B=9B?= =?UTF-8?q?=E5=B1=80=E9=A1=B5=E9=9D=A2=EF=BC=88=E5=8F=8C=E7=A2=B3=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=EF=BC=89=E5=8D=95=E4=BD=8D=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../langs/cn/environmentalMonitor/overview.js | 6 +-- .../fourEngin/carbon/centerTop.vue | 52 +++++++++++++------ .../fourEngin/carbon/leftCenter.vue | 2 +- .../fourEngin/carbon/rightCenter.vue | 2 +- 4 files changed, 42 insertions(+), 20 deletions(-) diff --git a/src/assets/i18n/langs/cn/environmentalMonitor/overview.js b/src/assets/i18n/langs/cn/environmentalMonitor/overview.js index 64410cf1..9e75d5d7 100644 --- a/src/assets/i18n/langs/cn/environmentalMonitor/overview.js +++ b/src/assets/i18n/langs/cn/environmentalMonitor/overview.js @@ -42,7 +42,7 @@ export default { name: "PM2.5", value: "--", id:2, - unit:'μg/m3' + unit:'μg/m³' }, { name: "温度", @@ -54,7 +54,7 @@ export default { name: "TSP", value: "79", id:4, - unit:'μg/m3' + unit:'μg/m³' }, { name: "风速", @@ -66,7 +66,7 @@ export default { name: "PM10", value: "30", id:6, - unit:'μg/m3' + unit:'μg/m³' }, { name: "风向", diff --git a/src/views/projectAdmin/fourEngin/carbon/centerTop.vue b/src/views/projectAdmin/fourEngin/carbon/centerTop.vue index 6c9a69ee..e8a82e1d 100644 --- a/src/views/projectAdmin/fourEngin/carbon/centerTop.vue +++ b/src/views/projectAdmin/fourEngin/carbon/centerTop.vue @@ -6,14 +6,14 @@