mushencc 4 years ago
parent
commit
2b560bc4f1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/ProductionOrderList/ProductionPlanlist/details.vue

+ 3 - 3
src/views/ProductionOrderList/ProductionPlanlist/details.vue

@@ -25,14 +25,14 @@
           ghost
           >打印清单</Button
         >
-        <Button type="primary" ghost @click="batchDispatchOrder"
+        <!-- <Button type="primary" ghost @click="batchDispatchOrder"
           >批量派工单</Button
-        >
+        > -->
       </div>
 
       <template slot="set" slot-scope="{ row }">
         <div>
-          <a v-if="row.label == 1" style="margi n:0 5px" @click="bingChip(row)"
+          <a v-if="row.label == 1" style="margin:0 5px" @click="bingChip(row)"
             >更改芯片</a
           >
         </div>