{{ scope.row.newestSupplyPrice?`¥${Number(scope.row.newestSupplyPrice).toFixed(2)}`:'-' }}
{{ `¥${Number(scope.row.minPurchasePrice).toFixed(2)} - ¥${Number(scope.row.maxPurchasePrice).toFixed(2)}` }}
{{ `¥${Number(scope.row.defPurchasePrice).toFixed(2)}` }}