{{ detail.orderNo }}
{{ detail.productName || '-' }}
{{ typeLabel(detail.productType) }}
{{ detail.quantity }}
{{ formatPrice(detail.unitPrice) }}
{{ formatPrice(detail.totalAmount) }}
{{ detail.discountAmount ? formatPrice(detail.discountAmount) : '-' }}
{{ statusLabel(detail.status) }}
{{ payMethodLabel(detail.paymentMethod) }}
{{ detail.paidAt ? formatTime(detail.paidAt) : '-' }}
{{ detail.remark || '-' }}
{{ formatTime(detail.createdAt) }}
{{ deliveryMethodLabel(detail.deliveryMethod) }}
{{ fulfillLabel(detail.fulfillStatus) }}
{{ getJsonField(detail.pickupLocationSnapshot, 'name') }}
{{ getJsonField(detail.servicePersonSnapshot, 'name') }}
{{ formatTime(detail.fulfillConfirmedAt) }}
{{ formatTime(detail.receivedAt) }}
关闭
订单号:{{ shipTarget?.orderNo }}
取消
确认发货
订单号:{{ refundTarget.orderNo }}
退款原因:{{ refundTarget.refundReason || '-' }}
取消
拒绝退款
同意退款