feat:添加角色用户管理,修复一堆相关问题

This commit is contained in:
李大饼
2024-10-12 17:16:48 +08:00
parent 6f691e45d8
commit b6b54164a8
5 changed files with 159 additions and 160 deletions

View File

@@ -74,10 +74,10 @@
<el-button link icon="CircleCheck" @click="handleDataScope(scope.row)"
v-hasPermi="['system:role:edit']"></el-button>
</el-tooltip>
<!-- <el-tooltip content="分配用户" placement="top" v-if="scope.row.roleId !== 1">
<el-tooltip content="分配用户" placement="top" v-if="scope.row.roleId !== 1">
<el-button link icon="User" @click="handleAuthUser(scope.row)" v-hasPermi="['system:role:edit']">
</el-button>
</el-tooltip> -->
</el-tooltip>
</template>
</el-table-column>
</el-table>