From 4ec7a99e54e1a0361aaf91284544edccb24fe9c1 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Sat, 1 Mar 2025 19:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=AF=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog.vue | 27 +++++++++++++++++++++++++++ src/views/HomeView.vue | 2 +- src/views/PreSpray.vue | 34 ++++++++++++++++++++++++++++++++-- 3 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 src/components/Dialog.vue diff --git a/src/components/Dialog.vue b/src/components/Dialog.vue new file mode 100644 index 0000000..8b7d236 --- /dev/null +++ b/src/components/Dialog.vue @@ -0,0 +1,27 @@ + + diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 4c38d78..644b43b 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -33,7 +33,7 @@ function onEnvironmentEntryClick() { router.push("/environment"); } function onSprayEntryClick() { - router.push("/spray"); + router.push("/preSpray"); } function onPrintEntryClick() { router.push("/print"); diff --git a/src/views/PreSpray.vue b/src/views/PreSpray.vue index 30ba8be..59798eb 100644 --- a/src/views/PreSpray.vue +++ b/src/views/PreSpray.vue @@ -38,7 +38,7 @@ class="border-none outline-none h-[32px] w-[60px] mx-2 bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center" />%RH

- +
-
+ +
+
+ + +
+ +
+