李林
2024-03-13 5251c3d10e62e918d763e0ff46cabc967618dbe0
src/components/view/b1-inspection-order.vue
@@ -75,7 +75,7 @@
            <el-row class="title">
               <el-col :span="12" style="padding-left: 20px;">检验下单</el-col>
               <el-col :span="12" style="text-align: right;">
                  <el-button size="medium" type="primary" @click="playOrder">下单</el-button>
                  <el-button size="medium" type="primary" @click="playOrder(1)">下单</el-button>
               </el-col>
            </el-row>
         </div>
@@ -423,8 +423,8 @@
            })
         },
         // 下单
         playOrder() {
            this.active = 1
         playOrder(num) {
            this.active = num
         },
         handleTab(m, i) {
            this.tabIndex = i;