<el-table
:data="tableData"
@sort-change="handlesortChange"
@select="
(selection, row) => {
cleckedData(selection, row);
}
"
highlight-current-row
v-loading="loading"
:header-cell-style="{
textAlign: 'left',
color: '#222',
'font-family': 'Microsoft YaHei',
'font-size': '13px',
'font-weight': '400',
background: '#E1E3F0',
}"
:cell-style="{ fontSize: '13px', color: '#333' }"
style="width: 100%"
>
data部分:
data(){
cleckedDatas: [],
}
js部分:
cleckedData(selection, row) {
if (this.cleckedDatas.includes(row)) {
this.cleckedDatas.splice(this.cleckedDatas.indexOf(row), 1);
} else {
this.cleckedDatas.push(row);
}
console.log(this.cleckedDatas);
},
相关文章
- 02-05#轮廓线dp,模型转换#洛谷 3226 [HNOI2012]集合选数
- 02-05省选测试36
- 02-05网络流题目选解
- 02-05第五期:写一篇高水平的工程类英文论文(SCI/EI)_图和表(Figure and Table)【论文写作】
- 02-05Week3:选数问题——dfs遍历
- 02-051075 - Incorrect table definition there can be only one auto
- 02-052463: [中山市选2009]谁能赢呢?- BZOJ
- 02-05【leetcode】1418. 点菜展示表(display-table-of-food-orders-in-a-restaurant)(模拟)[中等]
- 02-05剑网3指尖江湖开局门派选TA最好 叉叉助手伴你快意江湖
- 02-05网易严选官网项目-笔记