From 65d28d54009dbd771ae6761660ece97ea64c68ce Mon Sep 17 00:00:00 2001 From: sige Date: Tue, 23 Jul 2024 09:59:56 +0800 Subject: [PATCH] 1 --- src/components/TestTubePreProcess.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/TestTubePreProcess.vue b/src/components/TestTubePreProcess.vue index 3c24887..8121e29 100644 --- a/src/components/TestTubePreProcess.vue +++ b/src/components/TestTubePreProcess.vue @@ -10,6 +10,8 @@ + + @@ -39,6 +41,7 @@ 失能 归零 停止 + 打开试管夹爪 打开气溶胶风扇 关闭气溶胶风扇 @@ -118,7 +121,7 @@ import { LoadingOutlined } from '@ant-design/icons-vue'; const message = ref(''); const serviceParams = ref({}); const shakeTubeParams = ref(['ShortBlood', 3, 90]); -const takeTubeParams = ref(['ShortBlood', true]); +const takeTubeParams = ref(['ShortBlood', false]); const takeTubeCapParams = ref(['ShortBlood']); const pushBackTubeCapAndTakeBakTubeParams = ref(['ShortBlood']); const isActionExecuting = ref(false);