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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user