导出
{{ Number(row.predictOceanFreight ? row.predictOceanFreight : 0).toFixed(2) }}
{{ Number(row.netGrossProfit ? row.netGrossProfit : 0).toFixed(2) }}
{{ Number(row.grossProfitRate ? row.grossProfitRate : 0).toFixed(2) }}
{{ Number(row.purchaseAmount ? row.purchaseAmount : 0).toFixed(2) }}