Problems with the table component of view

A set of iview components
has a question about table

<Form :model="formData">
<Table  :columns="columns" :data="data" ></Table>
</Form>
Items in

table can be edited, such as Input, and should be checked

when the data in data changes
table automatically renders
things that are checked out

because of automatic rendering.

is there any way to solve the problem

my method is that the last two sets of data are bound to table and the other to verification
when submitting the verification data
I feel that if there are too many table, it will be a bit messy to write

.
Apr.07,2021
Menu