|
@@ -94,12 +94,12 @@
|
|
</el-table>
|
|
</el-table>
|
|
<hc-info-table v-if="yearData.table && yearData.table.length > 0" class="mt-[-1px]">
|
|
<hc-info-table v-if="yearData.table && yearData.table.length > 0" class="mt-[-1px]">
|
|
<tr>
|
|
<tr>
|
|
- <hc-info-table-td is-title width="10%" center>责任人</hc-info-table-td>
|
|
|
|
|
|
+ <hc-info-table-td is-title width="10%" center>联系人</hc-info-table-td>
|
|
<hc-info-table-td center width="40%">
|
|
<hc-info-table-td center width="40%">
|
|
<span v-if="isDrawerType === 'view'">{{ yearData.table[yearIndex].unitInfo }}</span>
|
|
<span v-if="isDrawerType === 'view'">{{ yearData.table[yearIndex].unitInfo }}</span>
|
|
<el-input v-else v-model="yearData.table[yearIndex].unitInfo" :disabled="currentYear < yearKey" />
|
|
<el-input v-else v-model="yearData.table[yearIndex].unitInfo" :disabled="currentYear < yearKey" />
|
|
</hc-info-table-td>
|
|
</hc-info-table-td>
|
|
- <hc-info-table-td is-title width="10%" center>联系方式</hc-info-table-td>
|
|
|
|
|
|
+ <hc-info-table-td is-title width="10%" center>联系电话</hc-info-table-td>
|
|
<hc-info-table-td center width="40%">
|
|
<hc-info-table-td center width="40%">
|
|
<span v-if="isDrawerType === 'view'">{{ yearData.table[yearIndex].linkInfo }}</span>
|
|
<span v-if="isDrawerType === 'view'">{{ yearData.table[yearIndex].linkInfo }}</span>
|
|
<el-input v-else v-model="yearData.table[yearIndex].linkInfo" :disabled="currentYear < yearKey" />
|
|
<el-input v-else v-model="yearData.table[yearIndex].linkInfo" :disabled="currentYear < yearKey" />
|