|
@@ -105,8 +105,8 @@ export default {
|
|
|
this.coreData[1].title = "人均用水量(m³/人)";
|
|
|
} else if ("hot" == type) {
|
|
|
// 用热
|
|
|
- this.coreData[0].title = "总用热量(kWh)";
|
|
|
- this.coreData[1].title = "人均用热量(kWh/人)";
|
|
|
+ this.coreData[0].title = "总用热量(焦)";
|
|
|
+ this.coreData[1].title = "人均用热量(焦)";
|
|
|
} else if ("cold" == type) {
|
|
|
// 用冷
|
|
|
this.coreData[0].title = "总用冷量(kWh)";
|
|
@@ -120,6 +120,14 @@ export default {
|
|
|
this.coreData[0].title = "总用量(kWh)";
|
|
|
this.coreData[1].title = "总用量m³)";
|
|
|
}
|
|
|
+
|
|
|
+ if ("pv" == type) {
|
|
|
+ this.coreData[2].title = "总盈利(元)";
|
|
|
+ this.coreData[2].title = "平均盈利(元/台)";
|
|
|
+ } else {
|
|
|
+ this.coreData[2].title = "总能耗成本(元)";
|
|
|
+ this.coreData[2].title = "平均能耗成本(元/人)";
|
|
|
+ }
|
|
|
this.getCoreData();
|
|
|
},
|
|
|
reset() {},
|