修改比对式检测页面
This commit is contained in:
@@ -77,13 +77,13 @@
|
||||
<el-button type="primary" icon="Search" @click="handleSearch">查询</el-button>
|
||||
<el-button icon="Delete" @click="handleRefresh">重置</el-button>
|
||||
<!-- 比对模式下的通道配对功能 -->
|
||||
<el-button type="primary" icon="Clock" @click="handleTest2">通道配对</el-button>
|
||||
<el-button type="primary" icon="Clock" @click="handleTest2" v-if="modeStore.currentMode == '比对式'">手动检测</el-button>
|
||||
<!-- 设备检测模式下的操作按钮 -->
|
||||
<el-button
|
||||
type="primary"
|
||||
icon="Clock"
|
||||
@click="handleTest('手动检测')"
|
||||
v-if="form.activeTabs === 0"
|
||||
v-if="form.activeTabs === 0 &&modeStore.currentMode == '模拟式'"
|
||||
>
|
||||
手动检测
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user