|
@@ -98,9 +98,9 @@
|
|
<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].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]?.writeUnit || '-' }}</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]?.writeUnit || '-' }}</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>
|
|
</tr>
|
|
</tr>
|
|
</HcInfoTable>
|
|
</HcInfoTable>
|
|
@@ -212,11 +212,11 @@
|
|
</hc-info-table-td>
|
|
</hc-info-table-td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <hc-info-table-td is-title width="30px" center>填报单位</hc-info-table-td>
|
|
|
|
|
|
+ <hc-info-table-td is-title width="30px" center>联系人</hc-info-table-td>
|
|
<hc-info-table-td center>
|
|
<hc-info-table-td center>
|
|
<el-input v-model="yearData.list[yearIndex].writeUnit " :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
|
|
<el-input v-model="yearData.list[yearIndex].writeUnit " :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
|
|
</hc-info-table-td>
|
|
</hc-info-table-td>
|
|
- <hc-info-table-td is-title width="30px" center>联系人</hc-info-table-td>
|
|
|
|
|
|
+ <hc-info-table-td is-title width="30px" center>联系电话</hc-info-table-td>
|
|
<hc-info-table-td center>
|
|
<hc-info-table-td center>
|
|
<el-input v-model="yearData.list[yearIndex].linkman" :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
|
|
<el-input v-model="yearData.list[yearIndex].linkman" :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
|
|
</hc-info-table-td>
|
|
</hc-info-table-td>
|