|
@@ -21,7 +21,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="flex">
|
|
<div class="flex">
|
|
|
<van-button style="width: 80px; height: 30px; margin: 0; font-size: 14px" class="scan-txt" type="primary"
|
|
<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)">
|
|
@click="handleGetOn(v)">
|
|
|
{{ v.controlMode == '10' ? '上机' : '扫码上机' }}
|
|
{{ v.controlMode == '10' ? '上机' : '扫码上机' }}
|
|
|
</van-button>
|
|
</van-button>
|