qingyiay
2023-03-24 09c2ac7911db8993b6b435cb5af23fcf69c0fbe2
pages/customer-page/customer-index/customer-index.vue
@@ -192,7 +192,6 @@
      },
      // 提煤单详情
      cardBodyClick(name) {
         console.log('提煤单详情', name);
         let code = null;
         this.orderPlanData.forEach(item => {
            if (item.id == name) {