update ruoyi-ui/src/views/system/role/index.vue.

权限修正(角色导出权限)
This commit is contained in:
abbfun 2020-07-29 21:16:53 +08:00 committed by Gitee
parent 22225a5119
commit f3976c0792
1 changed files with 1 additions and 1 deletions

View File

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