{{ currentOrder.order_no }}
{{ getOrderTypeText(currentOrder.order_type) }}
{{ currentOrder.payment_status_text }}
{{ formatCurrency(currentOrder.total_amount) }}
{{ getPaymentMethodText(currentOrder.payment_method) }}
{{ getBuyerTypeText(currentOrder.buyer_type) }}
{{ getCommissionStatusText(currentOrder.commission_status) }}
{{ currentOrder.paid_at ? formatDateTime(currentOrder.paid_at) : '-' }}
{{ formatDateTime(currentOrder.created_at) }}
{{ formatDateTime(currentOrder.updated_at) }}
{{ t('orderManagement.orderItems') }}
{{ formatCurrency(row.unit_price) }}
{{ formatCurrency(row.amount) }}