ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``` <el-table-column label="状态" prop="exp_status" align="center"> <template slot-scope="scope"> <el-switch v-if="scope.row.edit" v-model="scope.row.exp_status" :active-value="1" :inactive-value="2"> </el-switch> <el-switch v-else disabled v-model="scope.row.exp_status == 1" > </el-switch> </template> </el-table-column> ``` ``` <el-switch v-if="scope.row.edit" v-model="scope.row.exp_status" :active-value="1" :inactive-value="2"> </el-switch> ``` ``` v-model="scope.row.exp_status" :active-value="1" :inactive-value="2" ```