vue中,在表格里,取每行的id的方法讲解
程序员文章站
2022-03-29 12:51:08
vue中,在表格里,取每行的id的方法讲解
1、在template上写上 slot-scope="scope"
2、然后在template里边的标签上,sc...
vue中,在表格里,取每行的id的方法讲解
1、在template上写上 slot-scope="scope"
2、然后在template里边的标签上,scope.row.id
上一篇: DirectSound---输出设备基本操作(枚举、查询等)
下一篇: 数组的四种创建方法