<el-table
    :data="data"
    :row-key="row => { return row.id }">
</el-table>
Copy the code

The row-key must be unique. If the row key is repeated, the page will be blocked or invalid