From 4cf7cc6f4598e694115eff499fa24ed2e4285d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Wed, 16 Jul 2025 20:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E6=B1=82=E6=B8=A9=E5=BA=A6->=E7=9B=AE?= =?UTF-8?q?=E6=A0=87=E6=B8=A9=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/Environment/index.vue | 6 +++--- src/views/spraySet/index.vue | 30 +++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/home/Environment/index.vue b/src/components/home/Environment/index.vue index cd5463d..4205d4c 100644 --- a/src/components/home/Environment/index.vue +++ b/src/components/home/Environment/index.vue @@ -170,7 +170,7 @@ const onClose = async () => { %RH
- 要求湿度 + 目标湿度 %RH
@@ -188,7 +188,7 @@ const onClose = async () => {
- 要求温度 + 目标温度
@@ -206,7 +206,7 @@ const onClose = async () => {
- 要求温度 + 目标温度
diff --git a/src/views/spraySet/index.vue b/src/views/spraySet/index.vue index 5bbc125..e9ec10e 100644 --- a/src/views/spraySet/index.vue +++ b/src/views/spraySet/index.vue @@ -408,7 +408,7 @@ const nozzleStop = async () => { %RH
- 要求湿度 + 目标湿度 %RH
@@ -420,38 +420,38 @@ const nozzleStop = async () => {
-
- 载玻台温度 - {{ systemStore.systemSensor.slideTemperature }} +
+ 当前喷头温度 + {{ systemStore.systemSensor.nozzleTemperature }}
- 要求温度 - + 目标温度 +
- + 开始加热 - + 停止加热
-
- 喷头温度 - {{ systemStore.systemSensor.nozzleTemperature }} +
+ 当前载玻台温度 + {{ systemStore.systemSensor.slideTemperature }}
- 要求温度 - + 目标温度 +
- + 开始加热 - + 停止加热