|
@@ -69,7 +69,7 @@
|
|
|
<el-table-column label="状态" align="left" prop="status" width="90">
|
|
|
<template slot-scope="scope">
|
|
|
<el-switch
|
|
|
- v-hasPermiRouter="['exam:el_course:edit']"
|
|
|
+ v-hasPermiRouter="['exam:elCourse:add','exam:elCourse:edit']"
|
|
|
class="switch"
|
|
|
@change="switchChange(scope.row)"
|
|
|
v-model="scope.row.status+''"
|