From 0dadb58f16dba2beaeb6776c2f79991d86eeb0cf Mon Sep 17 00:00:00 2001 From: dengj <209192278@qq.com> Date: Wed, 13 Dec 2023 15:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/content/airInfo/AirInfo.vue | 1 + .../content/badGasInfo/BadGasInfo.vue | 2 +- src/components/content/fanInfo/FanInfo.vue | 5 +- .../content/transducerList/TransducerList.vue | 119 +++++++++--------- src/components/content/usedEle/UsedEle.vue | 57 +++++---- .../content/windPressure/WindPressureList.vue | 2 +- src/views/tunnel/index.vue | 28 +---- 7 files changed, 102 insertions(+), 112 deletions(-) diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index a5fd82b..2180a04 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -9,6 +9,7 @@
有害气体
- +
diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue index dbb8398..37cad22 100644 --- a/src/components/content/fanInfo/FanInfo.vue +++ b/src/components/content/fanInfo/FanInfo.vue @@ -343,8 +343,8 @@ const option2 = { ], }; -const fan01_option = reactive(option, {deep: true}); -const fan02_option = reactive(option2, {deep: true}); +const fan01_option = reactive(option); +const fan02_option = reactive(option2); function handleOnMounted() { Echarts_info1 = echarts.init(info1.value); @@ -382,7 +382,6 @@ const stateIcon2 = computed(() => ? "blue-state-icon.png" : "red-state-icon.png" ); -let is = ref("isInput"); // 功率是否自动 let isSAuto1 = ref("false"); let isSAuto2 = ref("false"); diff --git a/src/components/content/transducerList/TransducerList.vue b/src/components/content/transducerList/TransducerList.vue index 0b68ea3..70e6ab0 100644 --- a/src/components/content/transducerList/TransducerList.vue +++ b/src/components/content/transducerList/TransducerList.vue @@ -1,28 +1,28 @@