yusheng 2 săptămâni în urmă
părinte
comite
7a793b560c
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      src/views/home/index.vue

+ 4 - 4
src/views/home/index.vue

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