权限修正(角色导出权限)

zmy
RuoYi 2020-07-30 21:46:24 +08:00
parent 5524d5a0bc
commit 8b5a16c692
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['system:post:export']"
v-hasPermi="['system:role:export']"
>导出</el-button>
</el-col>
</el-row>