|
|
@@ -221,7 +221,7 @@ const getList = useDebounceFn(async () => {
|
|
|
cumulativeRunCount: other.cumulativeRunCount || 0,
|
|
|
cumulativeWorkingWell: other.cumulativeWorkingWell || 0,
|
|
|
cumulativeHourCount: other.cumulativeHourCount || 0,
|
|
|
- totalDailyFuel: (other.totalDailyFuel || 0).toFixed(2),
|
|
|
+ totalDailyFuel: other.totalDailyFuel || 0,
|
|
|
cumulativeWaterVolume: other.cumulativeWaterVolume || 0,
|
|
|
cumulativeWorkingLayers: other.cumulativeWorkingLayers || 0,
|
|
|
cumulativePumpTrips: other.cumulativePumpTrips || 0,
|