Ver código fonte

全年完成投资字段修改

duy 2 meses atrás
pai
commit
2f7797b6c0

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

@@ -105,7 +105,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].yearlyInvest || "-" }}</hc-info-table-td>
+                                        <hc-info-table-td center width="100px">{{ yearData.list[yearIndex].investYear || "-" }}</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>