xw 1 개월 전
부모
커밋
f9f53b976d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/course/courseRedPacketLog/myCourseRedPacketLog.vue

+ 1 - 1
src/views/course/courseRedPacketLog/myCourseRedPacketLog.vue

@@ -99,7 +99,7 @@
           size="mini"
           :loading="exportLoading"
           @click="handleExport"
-          v-hasPermi="['course:courseRedPacketLog:myExport']"
+          v-hasPermi="['course:courseRedPacketLog:export']"
         >导出</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>