核心提示:vue中,在表格里,取每行的id的方法讲解1、在template上写上 slot-scope=scope2、然后在template里边的标签上,scope.row.id ...
vue中,在表格里,取每行的id的方法讲解
1、在template上写上 slot-scope="scope"
2、然后在template里边的标签上,scope.row.id
vue中,在表格里,取每行的id的方法讲解
1、在template上写上 slot-scope="scope"
2、然后在template里边的标签上,scope.row.id