From 60878af9c462fdc5866a6efad94a8fa4b5ef5ccf Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 12 Dec 2023 13:10:08 +0800 Subject: [PATCH] time --- src/components/SealTest.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/SealTest.vue b/src/components/SealTest.vue index 1a7a354..93228a2 100644 --- a/src/components/SealTest.vue +++ b/src/components/SealTest.vue @@ -114,7 +114,7 @@ const sealOptions = ref({ { type: 'gauge', min: 0, - max: 800, + max: 30, progress: { show: true, width: 18, @@ -254,8 +254,8 @@ const waitAirFinish = async () => { }) } -const sleepVal1 = ref(3.5) -const sleepVal2 = ref(15) +const sleepVal1 = ref(3) +const sleepVal2 = ref(60) const newStartTest = async flag => { if (flag == 1) { @@ -336,7 +336,7 @@ onMounted(() => { { type: 'gauge', min: 0, - max: 800, + max: 30, progress: { show: true, width: 18,