|
|
@@ -313,11 +313,11 @@
|
|
|
:min-width="columnWidths.contractName.width"
|
|
|
resizable
|
|
|
/>
|
|
|
- <el-table-column label="年累计" align="center">
|
|
|
+ <el-table-column label="井累计" align="center">
|
|
|
<el-table-column
|
|
|
label="注气量(万方)"
|
|
|
align="center"
|
|
|
- prop="yearTotalGasInjection"
|
|
|
+ prop="wellTotalGasInjection"
|
|
|
:formatter="gasInjectionFormatter"
|
|
|
:min-width="columnWidths.totalGasInjection.width"
|
|
|
resizable
|
|
|
@@ -325,14 +325,14 @@
|
|
|
<el-table-column
|
|
|
label="注水量(方)"
|
|
|
align="center"
|
|
|
- prop="yearTotalWaterInjection"
|
|
|
+ prop="wellTotalWaterInjection"
|
|
|
:min-width="columnWidths.totalWaterInjection.width"
|
|
|
resizable
|
|
|
/>
|
|
|
<el-table-column
|
|
|
label="用电量(万千瓦时)"
|
|
|
align="center"
|
|
|
- prop="yearTotalPower"
|
|
|
+ prop="wellTotalPower"
|
|
|
:formatter="gasInjectionFormatter"
|
|
|
:min-width="columnWidths.yearTotalPower.width"
|
|
|
resizable
|
|
|
@@ -340,16 +340,16 @@
|
|
|
<el-table-column
|
|
|
label="油耗(L)"
|
|
|
align="center"
|
|
|
- prop="yearTotalFuel"
|
|
|
+ prop="wellTotalFuel"
|
|
|
:min-width="columnWidths.cumulativeCompletion.width"
|
|
|
resizable
|
|
|
/>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="井累计" align="center">
|
|
|
+ <el-table-column label="年累计" align="center">
|
|
|
<el-table-column
|
|
|
label="注气量(万方)"
|
|
|
align="center"
|
|
|
- prop="wellTotalGasInjection"
|
|
|
+ prop="yearTotalGasInjection"
|
|
|
:formatter="gasInjectionFormatter"
|
|
|
:min-width="columnWidths.totalGasInjection.width"
|
|
|
resizable
|
|
|
@@ -357,14 +357,14 @@
|
|
|
<el-table-column
|
|
|
label="注水量(方)"
|
|
|
align="center"
|
|
|
- prop="wellTotalWaterInjection"
|
|
|
+ prop="yearTotalWaterInjection"
|
|
|
:min-width="columnWidths.totalWaterInjection.width"
|
|
|
resizable
|
|
|
/>
|
|
|
<el-table-column
|
|
|
label="用电量(万千瓦时)"
|
|
|
align="center"
|
|
|
- prop="wellTotalPower"
|
|
|
+ prop="yearTotalPower"
|
|
|
:formatter="gasInjectionFormatter"
|
|
|
:min-width="columnWidths.yearTotalPower.width"
|
|
|
resizable
|
|
|
@@ -372,7 +372,7 @@
|
|
|
<el-table-column
|
|
|
label="油耗(L)"
|
|
|
align="center"
|
|
|
- prop="wellTotalFuel"
|
|
|
+ prop="yearTotalFuel"
|
|
|
:min-width="columnWidths.cumulativeCompletion.width"
|
|
|
resizable
|
|
|
/>
|