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 @@