This commit is contained in:
2023-06-08 09:27:01 +08:00
254 changed files with 1549 additions and 455 deletions

View File

@ -5,7 +5,6 @@
<el-input
v-model="queryParams.roleName"
placeholder="请输入角色名称"
clearable
style="width: 240px"
@keyup.enter="handleQuery"
/>
@ -14,7 +13,6 @@
<el-input
v-model="queryParams.roleKey"
placeholder="请输入权限字符"
clearable
style="width: 240px"
@keyup.enter="handleQuery"
/>
@ -23,7 +21,6 @@
<el-select
v-model="queryParams.status"
placeholder="角色状态"
clearable
style="width: 240px"
>
<el-option