ZaiZai 1 жил өмнө
parent
commit
6f9e6f7b3f

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240506164212"
+  "value": "20240506173151"
 }

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

@@ -89,7 +89,7 @@
                                 <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 center width="100px">{{ yearData.list[yearIndex].yearFinishInvest || "-" }}</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>
                                         <hc-info-table-td is-title width="100px" center>工作建议</hc-info-table-td>
@@ -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].finishedInvestMoney || "-" }}</hc-info-table-td>
+                                        <hc-info-table-td center width="100px">{{ yearData.list[yearIndex].yearFinishInvest || "-" }}</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>