ZaiZai před 1 rokem
rodič
revize
0bf736f1bf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/project/modules/project-list.vue

+ 1 - 1
src/views/project/modules/project-list.vue

@@ -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>