|
@@ -105,7 +105,7 @@
|
|
|
<div class="panel-title energy-title">
|
|
<div class="panel-title energy-title">
|
|
|
<div class="title-left">
|
|
<div class="title-left">
|
|
|
<div class="panel-icon"></div>
|
|
<div class="panel-icon"></div>
|
|
|
- 固废量趋势图
|
|
|
|
|
|
|
+ 注汽量趋势图
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="chart-container" ref="returnChart"></div>
|
|
<div class="chart-container" ref="returnChart"></div>
|
|
@@ -312,11 +312,11 @@
|
|
|
{ label: '年度总注气量(M³)', value: res.yearTotalGasInjection },
|
|
{ label: '年度总注气量(M³)', value: res.yearTotalGasInjection },
|
|
|
{ label: '年度总水量(T)', value: res.yearTotalWater },
|
|
{ label: '年度总水量(T)', value: res.yearTotalWater },
|
|
|
{ label: '年度用煤总量(T)', value: res.yearTotalCoal },
|
|
{ label: '年度用煤总量(T)', value: res.yearTotalCoal },
|
|
|
- { label: '年度固废量(T)', value: res.yearTotalWaste },
|
|
|
|
|
|
|
+ // { label: '年度固废量(T)', value: res.yearTotalWaste },
|
|
|
{ label: '本月注气量(M³)', value: res.monthTotalGasInjection },
|
|
{ label: '本月注气量(M³)', value: res.monthTotalGasInjection },
|
|
|
{ label: '本月水量(T)', value: res.monthTotalWater },
|
|
{ label: '本月水量(T)', value: res.monthTotalWater },
|
|
|
{ label: '本月用煤量(T)', value: res.monthTotalCoal },
|
|
{ label: '本月用煤量(T)', value: res.monthTotalCoal },
|
|
|
- { label: '本月固废量(T)', value: res.monthTotalWaste }
|
|
|
|
|
|
|
+ // { label: '本月固废量(T)', value: res.monthTotalWaste }
|
|
|
];
|
|
];
|
|
|
this.$set(
|
|
this.$set(
|
|
|
this.boilerData[0],
|
|
this.boilerData[0],
|
|
@@ -1087,7 +1087,7 @@
|
|
|
gap: 8px;
|
|
gap: 8px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- width: 21%;
|
|
|
|
|
|
|
+ width: 29%;
|
|
|
height: 60px;
|
|
height: 60px;
|
|
|
background: url('~@/assets/pcs/leftItem.png') no-repeat center top;
|
|
background: url('~@/assets/pcs/leftItem.png') no-repeat center top;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|