需求:回调函数change传自定义参数<template slot-scope="scope"> <el-switch @change="switchChange($event,scope.row)"/></template>//$event就是switch的当前状态值