[element-ui] el-table @selection-change自定义传参
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[element-ui] el-table @selection-change自定义传参相关的知识,希望对你有一定的参考价值。
<el-table
ref="singleTable"
:data="tableData"
border
@selection-change="
(selections) =>
handleCurrentChange(selections, ‘自定义参数’)
"
style="width: 80%; margin: 0 auto"
>
handleCurrentChange(selections,row)
vue+element-ui中的el-table事件绑定@selection-change自定义传参
以上是关于[element-ui] el-table @selection-change自定义传参的主要内容,如果未能解决你的问题,请参考以下文章
[element-ui] el-table 表格吸底 固定最后一行