Browse Source

更新打包

lex 2 years ago
parent
commit
713d7a2445
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/liveClassManager/liveClassManager.vue

+ 1 - 1
src/views/liveClassManager/liveClassManager.vue

@@ -75,7 +75,7 @@
                 <el-button type="text" slot="reference">关闭</el-button>
               </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>
               </auth>