<span>Current order status: buyer has placed order, waiting for payment</span>
<div>
<!-- <i-Button size="small" type="warning" @click="closeOrder(orderIdData)">Close the deal</i-Button>-->
<!-- <i-Button size="small" type="info" @click="showMemoOrder(orderIdData)">Note the order</i-Button>-->
</div>
</div>
</div>
<p>The buyer can pay the order within 24 hours, otherwise the system will automatically close the order.If the product is maliciously shot, you can cancel the order in the background</p>
</Card>
<!--已付款等待发货 -->
<Cardv-show="waitShip">
<divslot="title">
<divclass="card-title">
<span>Current order status: the order has been paid, waiting for shipment</span>
<div>
<!-- <i-Button size="small" type="primary" @click="getDeliverys(orderIdData)">Orders for shipment</i-Button>
<i-Button size="small" type="warning" @click="closeOrder(orderIdData)">Close the deal</i-Button>
<i-Button size="small" type="info" @click="showMemoOrder(orderIdData)">Note the order</i-Button>-->
</div>
</div>
</div>
<td><p>The order has been paid, please process it as soon as possible</p></td>
<td><p>Only when all the sub-orders in the order are shipped will it jump to the next step</p></td>
</Card>
<!--订单已发货 -->
<Cardv-show="sendShip">
<divslot="title">
<divclass="card-title">
<span>Current order status: all orders have been shipped</span>
<div>
<!-- <i-Button size="small" type="warning" @click="closeOrder(orderIdData)">Close the deal</i-Button>-->
<!-- <i-Button size="small" type="info" @click="showMemoOrder(orderIdData)">Note the order</i-Button>-->
</div>
</div>
</div>
<p>All orders have been shipped, the staff remember to track oh </p>
</Card>
<Cardv-show="tranSuccessful">
<divslot="title">
<divclass="card-title">
<span>Current order status: order transaction successful!</span>
<div>
<!-- <i-Button size="small" type="warning" @click="closeOrder(orderIdData)">Close the deal</i-Button>-->
<!-- <i-Button size="small" type="info" @click="showMemoOrder(orderIdData)">Note the order</i-Button>-->
</div>
</div>
</div>
<p>The order has been successfully traded</p>
</Card>
<Cardv-show="orderClose">
<divslot="title">
<divclass="card-title">
<span>Current order status: order transaction closed</span>
<div>
<i-Buttonsize="small"type="warning"@click="del(orderIdData)">Delete the order</i-Button>
<i-Buttonsize="small"type="info"@click="showMemoOrder(orderIdData)">Note the order</i-Button>
</div>
</div>
</div>
<p>The order has closed. You can only view the details or delete the order</p>