|
@@ -251,10 +251,14 @@ let chart: echarts.ECharts | null = null
|
|
|
const xAxisData = ref<string[]>([])
|
|
const xAxisData = ref<string[]>([])
|
|
|
|
|
|
|
|
const legend = ref<string[][]>([
|
|
const legend = ref<string[][]>([
|
|
|
- ['累计油耗 (万升)', 'cumulativeFuelConsumption'],
|
|
|
|
|
|
|
+ ['累计油耗 (升)', 'cumulativeFuelConsumption'],
|
|
|
|
|
+ // ['累计油耗 (万升)', 'cumulativeFuelConsumption'],
|
|
|
['累计注气量 (万方)', 'cumulativeGasInjection'],
|
|
['累计注气量 (万方)', 'cumulativeGasInjection'],
|
|
|
- ['累计用电量 (MWh)', 'cumulativePowerConsumption'],
|
|
|
|
|
- ['累计注水量 (万方)', 'cumulativeWaterInjection'],
|
|
|
|
|
|
|
+ // ['累计注气量 (万方)', 'cumulativeGasInjection'],
|
|
|
|
|
+ ['累计用电量 (KWh)', 'cumulativePowerConsumption'],
|
|
|
|
|
+ // ['累计用电量 (MWh)', 'cumulativePowerConsumption'],
|
|
|
|
|
+ ['累计注水量 (方)', 'cumulativeWaterInjection'],
|
|
|
|
|
+ // ['累计注水量 (万方)', 'cumulativeWaterInjection'],
|
|
|
['平均时效 (%)', 'transitTime']
|
|
['平均时效 (%)', 'transitTime']
|
|
|
])
|
|
])
|
|
|
|
|
|