|
@@ -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>
|