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