mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-22 08:08:39 +00:00
perf: 创建更新用户和用户列表添加 is_active 字段
This commit is contained in:
committed by
Jiangjie.Bai
parent
7c6530d9e8
commit
47a3005b6a
@@ -24,7 +24,7 @@ export default {
|
||||
'password_strategy', 'update_password', 'password', 'need_update_password',
|
||||
'set_public_key', 'public_key', 'mfa_level', 'source'
|
||||
]],
|
||||
[this.$t('users.Secure'), ['system_roles', 'org_roles', 'date_expired']],
|
||||
[this.$t('users.Secure'), ['system_roles', 'org_roles', 'is_active', 'date_expired']],
|
||||
[this.$t('common.Other'), ['phone', 'wechat', 'comment']]
|
||||
],
|
||||
url: '/api/v1/users/users/',
|
||||
|
Reference in New Issue
Block a user