|
|
@ -139,7 +139,7 @@ watch(() => checkList.value, () => { |
|
|
|
</script> |
|
|
|
|
|
|
|
<template> |
|
|
|
<FtDialog visible title="自检" width="40%" @ok="okHandle" @cancel="cancel"> |
|
|
|
<FtDialog visible title="自检" width="40%" :ok-handle="okHandle" @cancel="cancel"> |
|
|
|
<div v-for="(item, index) in checkList" :key="item.id" class="mask-box"> |
|
|
|
<el-tag> {{ item.title }}</el-tag> |
|
|
|
<el-icon v-show="item.result === 'success'" color="green"> |
|
|
|