修复BUG:

1.角色管理没有分页问题;
2.自定义指令引用问题
This commit is contained in:
猿小天
2024-01-18 20:25:02 +08:00
parent e210b7dd17
commit 9bd79b9dc6
11 changed files with 222 additions and 499 deletions

View File

@@ -6,7 +6,7 @@
<template #header>
<el-row>
<el-col :span="4">
<div>当前角色:
<div>当前授权角色:
<el-tag>{{ props.roleName }}</el-tag>
</div>
</el-col>