|
|
@@ -232,12 +232,12 @@ let chart: echarts.ECharts | null = null
|
|
|
const xAxisData = ref<string[]>([])
|
|
|
|
|
|
const legend = ref<string[][]>([
|
|
|
- ['累计施工井数 (个)', 'cumulativeConstructWells'],
|
|
|
- ['累计完工井数 (个)', 'cumulativeCompletedWells'],
|
|
|
+ ['施工井数 (个)', 'cumulativeConstructWells'],
|
|
|
+ ['完工井数 (个)', 'cumulativeCompletedWells'],
|
|
|
// ['累计油耗 (万升)', 'cumulativeFuelConsumption'],
|
|
|
- ['累计油耗 (升)', 'cumulativeFuelConsumption'],
|
|
|
+ ['油耗 (升)', 'cumulativeFuelConsumption'],
|
|
|
// ['累计用电量 (MWh)', 'cumulativePowerConsumption'],
|
|
|
- ['累计用电量 (KWh)', 'cumulativePowerConsumption'],
|
|
|
+ ['用电量 (KWh)', 'cumulativePowerConsumption'],
|
|
|
['平均时效 (%)', 'transitTime']
|
|
|
])
|
|
|
|