@@ -167,7 +167,7 @@
<template #default="{ row, $index }">
<hc-body>
<!-- <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>
</template>
</el-table-column>