{{ order.order_title || "-" }}
¥{{ order.total_amount }}
{{ order.total_count }}
{{ STATUS_TEXT[order.status] || order.status }}
{{ order.batch_trans_id || "-" }}
{{ order.created_time ? dayjs(order.created_time).format("YYYY-MM-DD HH:mm:ss") : "-" }}
{{ order.transfer_scene_name || "-" }}
{{ order.payer_uid || "-" }}
{{ order.remark || "-" }}
{{ order.error_msg }}
{{ row.payee_name || "-" }}
¥{{ row.amount }}
{{ DETAIL_STATUS_TEXT[row.status] || row.status }}
{{ row.error_msg || "-" }}