diff --git a/src/views/enm_energy/energyPicture.vue b/src/views/enm_energy/energyPicture.vue
index 4b6258a7..d2622776 100644
--- a/src/views/enm_energy/energyPicture.vue
+++ b/src/views/enm_energy/energyPicture.vue
@@ -129,6 +129,32 @@
{{ dataObj.工业水 }}
t
+
+
+
+

+ {{ dataObj.余热锅炉外送蒸汽 }}
+
t
+
+
+
+

+ {{ dataObj.柴油 }}
+
t
+
+
+
+

+ {{ dataObj.烧成车间压缩空气累计 }}
+
m³
+
+
+
+

+ {{ dataObj.水泥压缩空气累积量 }}
+
m³
+
+
@@ -154,7 +180,7 @@
day: day,
type: 'day',
page:0,
- mpoint__material__code__in:'elec,coal,pcoal,water'
+ mpoint__material__code__in:'elec,coal,pcoal,water,steam,oil,cair'
};
this.$API.enm.mpoint.stat.req(obj).then(res => {
res.forEach(item => {
@@ -205,6 +231,24 @@
font-size: 14px;
font-weight: bold;
}
+ .steamNumber{
+ position: absolute;
+ color: #13dfe3;
+ font-size: 14px;
+ font-weight: bold;
+ }
+ .oilNumber{
+ position: absolute;
+ color: #d18d8d;
+ font-size: 14px;
+ font-weight: bold;
+ }
+ .airNumber{
+ position: absolute;
+ color: #a22eef;
+ font-size: 14px;
+ font-weight: bold;
+ }
.energyNumberLeft{
left: 5px;
}