微调
This commit is contained in:
@@ -24,9 +24,9 @@
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<div>
|
<div>
|
||||||
<!-- <el-button @click="handleCancel">取 消</el-button> -->
|
<!-- <el-button @click="handleCancel">取 消</el-button> -->
|
||||||
<el-button type="primary" :icon="DArrowRight" v-if="stepsActiveIndex < 2 && ActiveStatue != 'success'" :disabled="skipDisabled"
|
<!-- <el-button type="primary" :icon="DArrowRight" v-if="stepsActiveIndex < 2 && ActiveStatue != 'success'" :disabled="skipDisabled"-->
|
||||||
@click="nextStep">跳过
|
<!-- @click="nextStep">跳过-->
|
||||||
</el-button>
|
<!-- </el-button>-->
|
||||||
<el-button type="primary" :icon="VideoPlay" v-if="ActiveStatue === 'waiting'" @click="handleSubmit" :disabled="btnState">开始检测</el-button>
|
<el-button type="primary" :icon="VideoPlay" v-if="ActiveStatue === 'waiting'" @click="handleSubmit" :disabled="btnState">开始检测</el-button>
|
||||||
<el-button type="primary" v-if="TestStatus === 'process'" @click="handleSubmit" disabled>
|
<el-button type="primary" v-if="TestStatus === 'process'" @click="handleSubmit" disabled>
|
||||||
<el-icon class="loading-box" style="color: #fff;margin-right: 8px;">
|
<el-icon class="loading-box" style="color: #fff;margin-right: 8px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user