|
@@ -75,7 +75,7 @@
|
|
<el-button type="text" slot="reference">关闭</el-button>
|
|
<el-button type="text" slot="reference">关闭</el-button>
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
|
|
- <auth auths="/updateLiveCourse" v-if="[0, 1, 2].includes(scope.row.status)">
|
|
|
|
|
|
+ <auth auths="vipGroupManage/updateLiveGroup" v-if="[0, 1, 2].includes(scope.row.status)">
|
|
<el-button type="text" @click="onUpdate(scope.row)">修改</el-button>
|
|
<el-button type="text" @click="onUpdate(scope.row)">修改</el-button>
|
|
</auth>
|
|
</auth>
|
|
|
|
|