소스 검색

删除计划

duy 5 달 전
부모
커밋
44c54acf6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>