408249787 2 anni fa
parent
commit
db89f3dcc3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/statisticView/MonthStatistics.vue

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

@@ -22,7 +22,7 @@
             <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 title" :key="i"> {{ item }}</th>
+                <th class="list-header" style="color:#fff" v-for="(item,i) in title" :key="i"> {{ item }}</th>
               </tr>
               <tr>
                 <template v-for="i in 6 ">