2 Commits a59253569b ... bd214b286b

Autor SHA1 Mensaje Fecha
  lmx bd214b286b Merge branch 'master' of http://1.14.104.71:10880/root/ylrz_his_scrm_adminUI hace 5 días
  lmx e1a074bba8 权限字符调整 hace 5 días
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/course/courseTrafficLog/statistics.vue

+ 1 - 1
src/views/course/courseTrafficLog/statistics.vue

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