Multi-box table wants to achieve two effects
1. Click to select a selection box to get the data of the current row, that is, the data of the row where the selection box is located
2. After selecting the selection box, disable the current selection box
. Read about the document, can not find a solution table data is an array of multiple objects each object has an id
<el-table :data="clientList"
@selection-change="handleSelectionInspertorChange"
ref="queryResultClientsTable">
<el-table-column type="selection" :selectable="isSelectable" align="center"></el-table-column>
<el-table-column prop="trueName" label="" align="center"></el-table-column>
<el-table-column prop="trueName" label="" align="center"></el-table-column>
</el-table>-sharp-sharp-sharp
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)