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) => {