From eda7b516f6c33f95c3db9da1911c96b10d5e9c4f Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 17 Mar 2025 13:24:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/test.vue | 115 +++++++++--------- .../src/views/home/components/testPopup.vue | 67 ++++++++-- 2 files changed, 116 insertions(+), 66 deletions(-) diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 076f710..b6f998e 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -9,67 +9,67 @@ 检测用时:{{ timeView }} -
- - - - - 初始化中 - + + + + + + + - 停止检测 - - - - - - 暂停中 - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 检测完成 + - 继续检测 - -
+ + + + + + + + + 检测项进度 @@ -1428,6 +1428,10 @@ onBeforeUnmount(() => { clearInterval(timer) } }) + +defineExpose({ + handlePause +})