1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Optimized RoleManagement, GroupManagement and UserManagement

This commit is contained in:
2023-05-29 00:44:23 +08:00
parent 207739a0a7
commit d3e892894a
7 changed files with 27 additions and 2 deletions

View File

@@ -38,7 +38,12 @@
:model="roleForm"
>
<el-form-item label="角色名称" prop="inputRoleName">
<el-input autocomplete="off" v-model="roleForm.inputRoleName" />
<el-input
autocomplete="off"
v-model="roleForm.inputRoleName"
maxlength="20"
placeholder="请输入名称"
/>
</el-form-item>
<el-form-item label="角色权限">
<el-tree