diff --git a/src/views/order/DeliveryList.vue b/src/views/order/DeliveryList.vue index 2520423..80e2f37 100644 --- a/src/views/order/DeliveryList.vue +++ b/src/views/order/DeliveryList.vue @@ -65,6 +65,7 @@ :loading="loading" @change="handleTableChange" row-key="id" + :scroll="{ x: 1500 }" > - + + + +
+
+
+ 订单号: + {{ currentOrder.orderid }} +
+ +
+
+ 订单金额 + ¥{{ currentOrder.final_amount.toFixed(2) }} +
+
+ 可退款金额 + ¥{{ calculateAvailableRefund(currentOrder).toFixed(2) }} +
+
+
+ +
+
+
* 退款金额
+ +
+
+
* 退款原因
+ +
+
+
+