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

This commit is contained in:
RuoYi
2020-07-30 21:46:24 +08:00
parent 5524d5a0bc
commit 8b5a16c692

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>