wrc hace 2 años
padre
commit
d995e80b99
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/project/componens/info6.vue

+ 3 - 1
src/views/project/componens/info6.vue

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