Browse Source

中康-新增按公司设置营期红包金额、修改营期课程添加时的默认时间

Long 2 weeks ago
parent
commit
cb6b241a75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/course/userCoursePeriod/redPacket.vue

+ 1 - 1
src/views/course/userCoursePeriod/redPacket.vue

@@ -7,7 +7,7 @@
           size="mini"
           :disabled="this.selectCompanyIds.length === 0"
           @click="handleChangeRedPacket"
-          v-hasPermi="['course:period:setCourseRedPacket']"
+          v-hasPermi="['course:period:setCompanyRedPacket']"
         >批量设置红包</el-button>
       </el-col>
     </el-row>