{{orderInfo.oilProductType === 'GAS' ? '加气重量' : '加油升数' }}
{{ orderInfo.volume }}{{orderInfo.oilProductType === 'GAS' ? 'KG' : 'L' }}
实际加油价格
{{ orderInfo.realPrice }}¥/{{orderInfo.oilProductType === 'GAS' ? 'KG' : 'L' }}
实际价格计算金额
{{ orderInfo.realPriceAmount }}¥
实际支付金额
{{ orderInfo.payRealAmount }}¥
国标油品价格
{{ orderInfo.marketPrice }}¥/{{orderInfo.oilProductType === 'GAS' ? 'KG' : 'L' }}