Jelajahi Sumber

删除计划

duy 5 bulan lalu
induk
melakukan
44c54acf6c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/project/modules/project-list.vue

+ 1 - 1
src/views/project/modules/project-list.vue

@@ -88,7 +88,7 @@
                                 </el-table>
                                 <HcInfoTable v-if="yearData.list && yearData.list.length > 0" class="mt-[-1px]">
                                     <tr>
-                                        <hc-info-table-td is-title width="128px" center>全年计划完成投资</hc-info-table-td>
+                                        <hc-info-table-td is-title width="128px" center>全年完成投资</hc-info-table-td>
                                         <hc-info-table-td center width="100px">{{ yearData.list[yearIndex].yearlyInvest || "-" }}</hc-info-table-td>
                                         <hc-info-table-td is-title width="100px" center>存在问题</hc-info-table-td>
                                         <hc-info-table-td center>{{ yearData.list[yearIndex]?.questionable || '-' }}</hc-info-table-td>