|
@@ -167,7 +167,7 @@
|
|
<template #default="{ row, $index }">
|
|
<template #default="{ row, $index }">
|
|
<hc-body>
|
|
<hc-body>
|
|
<!-- <hc-table-input v-model="row.investMoney" /> -->
|
|
<!-- <hc-table-input v-model="row.investMoney" /> -->
|
|
- <el-input v-model="row.investMoney" clearable :formatter="formatInput" :disabled="!row.planInvestMoney" @change="changeInvestMoney($event, row, $index)" />
|
|
|
|
|
|
+ <el-input v-model="row.investMoney" clearable :formatter="formatInput" :disabled="(yearData.list[yearIndex].isCanFill === 1 ? false : true) || !row.planInvestMoney" @change="changeInvestMoney($event, row, $index)" />
|
|
</hc-body>
|
|
</hc-body>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|