| 应用 | 站点 | 费率 | 总计 | 费用 | 佣金 | 净额 |
|---|---|---|---|---|---|---|
| {{ row.document_name }} | {{ row.site }} | {{ formatCurrency(row.rate, row.currency) }} X {{ row.quantity }} | {{ formatCurrency(row.total_amount, row.currency) }} | {{ formatCurrency(row.gateway_fee, row.currency) }} | {{ formatCurrency(row.commission, row.currency) }} | {{ formatCurrency(row.net_amount, row.currency) }} |
| 总支出 | {{ formatCurrency(pg.net_total_usd, 'USD') }} + {{ formatCurrency(pg.net_total_cny, 'CNY') }} |