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

@@ -42,6 +42,7 @@
autocomplete="off"
v-model="userForm.inputUsername"
placeholder="请输入用户名"
maxlength="20"
/>
</el-form-item>
<el-form-item label="密码" prop="inputPassword" :required="isAddNew">