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

master
RuoYi 2020-06-18 18:47:34 +08:00
parent 029fe5c63f
commit beaf17ddd2
1 changed files with 1 additions and 1 deletions

View File

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