@click="removeCondition(scope.$index,scope.row)"
scope.$index就是当前点击行的索引
element-ui中如何拿到表格当前行的索引
最新推荐文章于 2023-06-12 15:13:24 发布
@click="removeCondition(scope.$index,scope.row)"
scope.$index就是当前点击行的索引