wrc преди 2 години
родител
ревизия
d995e80b99
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/views/project/componens/info6.vue

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

@@ -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>