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 @@