From 0255f13ee94dfd1f5c058d288dd363de90e2c1b0 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Fri, 3 Jan 2025 14:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug:=20=E6=B8=A9=E5=BA=A6?= =?UTF-8?q?=E6=9C=AA=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/components/Consumables/SpttingPlates.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/Index/components/Consumables/SpttingPlates.vue b/src/pages/Index/components/Consumables/SpttingPlates.vue index 3928405..7d37cef 100644 --- a/src/pages/Index/components/Consumables/SpttingPlates.vue +++ b/src/pages/Index/components/Consumables/SpttingPlates.vue @@ -7,8 +7,8 @@
反应板夹区
-
-
温度: {{ currentTemperature }}°
+
+
温度: {{ temperature }}°
@@ -55,8 +55,6 @@ const props = defineProps({ default: 40 } }) -// 温度状态 -const currentTemperature = ref(props.temperature); const changeNumRef = ref() const changeNumber = (plate, index) => {