From b63e8897f5f4b459ee4dc5c30241629ff7bfa68e Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 20 Dec 2024 20:14:52 +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 | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 6c7ab04..3d45024 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -11,7 +11,7 @@ v-if="!isPause&&activeIndex < TEST_TOTAL" :disabled="activeIndex===0" :icon="VideoPause" - @click="handlePauseOrContinue">暂停检测 + @click="ts = 'paused'">暂停检测 检测完成 @@ -20,7 +20,7 @@ type="warning" v-if="isPause && activeIndex < TEST_TOTAL" :icon="Refresh" - @click="handlePauseOrContinue" + @click="ts='process'" >继续检测 检测项进度 @@ -88,15 +88,15 @@ - + -

{{ item.log }}
-

+

@@ -107,7 +107,7 @@