微调
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
style="display: flex; align-items: center"
|
||||
>
|
||||
<CircleCheck v-if="data.isChildNode && data.scriptIdx < currentIndex" style="width:18px;height: 18px;margin-right:8px;color:#67C23A;"/>
|
||||
<Loading v-if="data.isChildNode && data.scriptIdx === currentIndex" style="width:18px;height: 18px;margin-right:8px;color:#E6A23C;"/>
|
||||
|
||||
<svg-icon v-if="data.isChildNode && data.scriptIdx === currentIndex" name="loading" spin ></svg-icon>
|
||||
<span>{{ node.label }}</span>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
:label="item.name"
|
||||
></el-checkbox
|
||||
>
|
||||
|
||||
<el-button type="primary" @click="handlePreTest">预检测</el-button>
|
||||
<el-button type="primary" @click="handleAutoTest">正式检测</el-button>
|
||||
<el-button type="primary" @click="handleBackDeviceList"
|
||||
|
||||
Reference in New Issue
Block a user