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