408249787 2 роки тому
батько
коміт
2addae48f9
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      src/views/statisticView/MonthStatistics.vue

+ 4 - 4
src/views/statisticView/MonthStatistics.vue

@@ -22,12 +22,12 @@
             <thead>
               <tr >
                 <th rowspan="2" class="list-header" style="color:#fff">时间</th>
-                <th colspan="2" class="list-header" style="color:#fff" v-for="(item,i) in dataInfo[0].lines" :key="i"> {{ item.name }}</th>
+                <th class="list-header" style="color:#fff" v-for="(item,i) in dataInfo[0].lines" :key="i"> {{ item.name }}</th>
               </tr>
               <tr>
                 <template v-for="i in 6 ">
                   <th class="list-header" style="color:#fff">正向有功(kwh)</th>
-                  <th class="list-header" style="color:#fff">正向无功(kwh)</th>
+                  <!-- <th class="list-header" style="color:#fff">正向无功(kwh)</th> -->
                 </template>
               </tr>
             </thead>
@@ -36,14 +36,14 @@
                 <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;">{{ item.time + '日' }}</td>
                 <template v-for="line in item.lines">
                   <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;">{{ line.positive }}</td>
-                  <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;">{{ line.negative }}</td>
+                  <!-- <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;">{{ line.negative }}</td> -->
                 </template>
               </tr>
               <tr>
                 <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;">月用电总</td>
                 <template v-for="item in total">
                   <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;">{{ item.positive }}</td>
-                  <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;"></td>
+                  <!-- <td class="list-header" style="box-shadow:none; background: rgba(2, 205, 255, 0.1);font-size: 16px;font-weight: 400;"></td> -->
                 </template>
               </tr>
             </tbody>