同步权限

This commit is contained in:
阿辉
2025-07-06 16:54:26 +08:00
parent a2e07a89e1
commit 483863e238
5 changed files with 397 additions and 382 deletions

View File

@@ -25,7 +25,7 @@
</template>
<template #pagination-left>
<el-tooltip content="批量删除所选择的用户权限">
<el-button v-show="selectedRowsCount > 0 && auth('role:AuthorizedDel')" type="danger" @click="multipleDel" :icon="Delete">批量删除</el-button>
<el-button v-show="selectedRowsCount > 0 && auth('role:SetMenu')" type="danger" @click="multipleDel" :icon="Delete">批量删除</el-button>
</el-tooltip>
</template>
</fs-crud>