|
@@ -99,9 +99,9 @@
|
|
|
<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 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 is-title width="100px" center>联系电话</hc-info-table-td>
|
|
|
+ <hc-info-table-td center>{{ yearData.list[yearIndex]?.phone || '-' }}</hc-info-table-td>
|
|
|
</tr>
|
|
|
</HcInfoTable>
|
|
|
</hc-card-item>
|
|
@@ -214,11 +214,11 @@
|
|
|
<tr>
|
|
|
<hc-info-table-td is-title width="30px" center>联系人</hc-info-table-td>
|
|
|
<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].linkman " :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
|
|
|
</hc-info-table-td>
|
|
|
<hc-info-table-td is-title width="30px" center>联系电话</hc-info-table-td>
|
|
|
<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].phone" :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
|
|
|
</hc-info-table-td>
|
|
|
</tr>
|
|
|
</HcInfoTable>
|