Browse Source

修正定时任务日志权限字符

RuoYi 4 years ago
parent
commit
beaf17ddd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/views/monitor/job/log.vue

+ 1 - 1
ruoyi-ui/src/views/monitor/job/log.vue

@@ -87,7 +87,7 @@
           icon="el-icon-download"
           icon="el-icon-download"
           size="mini"
           size="mini"
           @click="handleExport"
           @click="handleExport"
-          v-hasPermi="['monitor:jobLog:export']"
+          v-hasPermi="['monitor:job:export']"
         >导出</el-button>
         >导出</el-button>
       </el-col>
       </el-col>
     </el-row>
     </el-row>