mushencc 4 年之前
父节点
当前提交
2b560bc4f1
共有 1 个文件被更改,包括 3 次插入3 次删除
  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>