Browse Source

公域课程、私域权限调整

Long 2 months ago
parent
commit
0cce35ee70
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/course/userCourse/index.vue
  2. 1 0
      src/views/course/userCourse/public.vue

+ 1 - 0
src/views/course/userCourse/index.vue

@@ -124,6 +124,7 @@
             size="mini"
             type="text"
             @click="handleCatalog(scope.row)"
+            v-hasPermi="['course:userCourse:cateManage']"
           >目录管理
           </el-button>
           <el-button

+ 1 - 0
src/views/course/userCourse/public.vue

@@ -169,6 +169,7 @@
             size="mini"
             type="text"
             @click="handleCatalog(scope.row)"
+            v-hasPermi="['course:userCourse:publicCateManage']"
           >目录管理
           </el-button>
           <el-button