|
@@ -89,7 +89,7 @@
|
|
<HcInfoTable v-if="yearData.list && yearData.list.length > 0" class="mt-[-1px]">
|
|
<HcInfoTable v-if="yearData.list && yearData.list.length > 0" class="mt-[-1px]">
|
|
<tr>
|
|
<tr>
|
|
<hc-info-table-td is-title width="128px" center>全年计划完成投资</hc-info-table-td>
|
|
<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 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 center>{{ yearData.list[yearIndex]?.questionable || '-' }}</hc-info-table-td>
|
|
<hc-info-table-td is-title width="100px" center>工作建议</hc-info-table-td>
|
|
<hc-info-table-td is-title width="100px" center>工作建议</hc-info-table-td>
|
|
@@ -97,7 +97,7 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<hc-info-table-td is-title width="128px" center>开工累计完成投资</hc-info-table-td>
|
|
<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 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 center>{{ yearData.list[yearIndex]?.linkman || '-' }}</hc-info-table-td>
|
|
<hc-info-table-td is-title width="100px" center>联系电话</hc-info-table-td>
|
|
<hc-info-table-td is-title width="100px" center>联系电话</hc-info-table-td>
|