瀏覽代碼

2023-08-27

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>