扩展了控制模式判断数组,新增70模式以显示对应操作按钮
@@ -21,7 +21,7 @@
</div>
<div class="flex">
<van-button style="width: 80px; height: 30px; margin: 0; font-size: 14px" class="scan-txt" type="primary"
- size="small" :disabled="loading" v-if="['10', '20', '30', '50','60'].includes(v.controlMode)"
+ size="small" :disabled="loading" v-if="['10', '20', '30', '50','60','70'].includes(v.controlMode)"
@click="handleGetOn(v)">
{{ v.controlMode == '10' ? '上机' : '扫码上机' }}
</van-button>