在uniapp中使用swicth组件传递额外的参数方法

<switch :checked="scope.row.status" @change="event=>switchChangeStatus(event, scope.row)" />

你可能感兴趣的:(uni-app)