Browse Source

fix(instr/appointList): 新增70模式的扫码上机按钮显示逻辑

扩展了控制模式判断数组,新增70模式以显示对应操作按钮
张旭伟 1 tuần trước cách đây
mục cha
commit
442385927c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/instr/appointList/soonGeton/index.vue

+ 1 - 1
src/view/instr/appointList/soonGeton/index.vue

@@ -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>