// 添加序列号
rowClassName({ row, rowIndex }) {
//把每一行的索引放进row
row.index = rowIndex;
},
// 当前点击行处理
tableDataListClick: function(row, column, event) {
this.editRowIndex = row.index;
},
// 添加序列号
rowClassName({ row, rowIndex }) {
//把每一行的索引放进row
row.index = rowIndex;
},
// 当前点击行处理
tableDataListClick: function(row, column, event) {
this.editRowIndex = row.index;
},