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

This commit is contained in:
RuoYi
2020-06-18 15:07:56 +08:00
parent 48ba7d5ed6
commit a195df175f
2 changed files with 2 additions and 3 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>