|
@ -189,7 +189,7 @@ const onClose = async () => { |
|
|
<FtButton v-if="activeStep === 1 && selfAgain" type="primary" :click-handle="checkAgain"> |
|
|
<FtButton v-if="activeStep === 1 && selfAgain" type="primary" :click-handle="checkAgain"> |
|
|
重新自检 |
|
|
重新自检 |
|
|
</FtButton> |
|
|
</FtButton> |
|
|
<FtButton v-if="activeStep === 1" :click-handle="onClose"> |
|
|
|
|
|
|
|
|
<FtButton v-if="activeStep === 1 && percentage === 100" :click-handle="onClose"> |
|
|
关闭 |
|
|
关闭 |
|
|
</FtButton> |
|
|
</FtButton> |
|
|
</div> |
|
|
</div> |
|
|