|
|
@@ -130,7 +130,7 @@ const totalWorkKeys = [
|
|
|
['notReported', '个', '未填报', 'i-material-symbols:cancel-outline-rounded text-rose'],
|
|
|
[
|
|
|
'totalFuelConsumption',
|
|
|
- '吨',
|
|
|
+ 'L',
|
|
|
'累计油耗',
|
|
|
'i-material-symbols:directions-car-outline-rounded text-sky'
|
|
|
],
|
|
|
@@ -226,7 +226,7 @@ const columns = (type: string) => {
|
|
|
prop: 'cumulativePowerConsumption'
|
|
|
},
|
|
|
{
|
|
|
- label: '累计油耗(吨)',
|
|
|
+ label: '累计油耗(L)',
|
|
|
prop: 'cumulativeFuelConsumption'
|
|
|
}
|
|
|
]
|