when I select these pieces of data, the color of these lines changes, and when canceled, the color returns to normal. Add a highlight to the table. In the multi-selection event @ select-change= "selectChange"
selectChange: function (val) {
this.currentRow = val
}
, it has nothing to do with the multi-selection event. Only when you click on this line, the highlight occurs.
just found that the highlight is for the current row. If you don"t need the highlight, how to achieve the color change for the multi-selection and multi-line?