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