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