ZaiZai 1 년 전
부모
커밋
7c52ebab03
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 1 1
      src/views/project/modules/project-list.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240807174354"
+  "value": "20240809102552"
 }

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

@@ -97,7 +97,7 @@
                                     </tr>
                                     <tr>
                                         <hc-info-table-td is-title width="128px" center>开工累计完成投资</hc-info-table-td>
-                                        <hc-info-table-td center width="100px">{{ yearData.list[yearIndex].yearFinishInvest || "-" }}</hc-info-table-td>
+                                        <hc-info-table-td center width="100px">{{ yearData.list[yearIndex].startFinishInvest || "-" }}</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]?.linkman || '-' }}</hc-info-table-td>
                                         <hc-info-table-td is-title width="100px" center>联系电话</hc-info-table-td>