Solved using el-table is not used checkbox Checkbox refresh problem

problem

Use Checkbox in el-table only as a showcase, v-model two-way binding becomes less applicable, and this time we will use the checked property instead of v-model.

Problem when using a filter to filter the data table may not be detected vue checked value changes.

Solution

Checkbox to show only when using the value of the property instead of v-model.

Guess you like

Origin www.cnblogs.com/penglianger/p/12527156.html