1、先开启element的高亮选项
开启 highlight-current-row
<el-table
id="exprotTable"
border
stripe
highlight-current-row
v-loading="loading"
:max-height="tableHeight"
:data="dataList"
@select