@@ -23,7 +23,9 @@
<thead>
<tr>
<th>类型</th>
- <th v-for="item in month">{{ item.month }}月</th>
+ <th v-for="item in month">
+ {{ item.month != '合计' ? item.month + '月' : '合计' }}
+ </th>
</tr>
</thead>
<tbody>