From 9aef50944f705afe95a8fe7a6452d79d3840ac76 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 21 Sep 2023 17:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Steps.vue | 29 ++++++++++++++++++++++----- src/components/operation/AirCharge.vue | 17 ++++++++++++++++ src/components/operation/ExtractionVacuum.vue | 17 ++++++++++++++++ src/components/operation/StartHeating.vue | 17 ++++++++++++++++ src/components/operation/TransferLiquid.vue | 17 ++++++++++++++++ src/pages/Home.vue | 13 +++++++++++- 6 files changed, 104 insertions(+), 6 deletions(-) create mode 100644 src/components/operation/AirCharge.vue create mode 100644 src/components/operation/ExtractionVacuum.vue create mode 100644 src/components/operation/StartHeating.vue create mode 100644 src/components/operation/TransferLiquid.vue diff --git a/src/components/Steps.vue b/src/components/Steps.vue index 2eab45a..a8c62cb 100644 --- a/src/components/Steps.vue +++ b/src/components/Steps.vue @@ -1,22 +1,37 @@