perf: 创建更新用户和用户列表添加 is_active 字段

This commit is contained in:
Jiangjie.Bai
2022-06-30 18:19:39 +08:00
committed by Jiangjie.Bai
parent 7c6530d9e8
commit 47a3005b6a
3 changed files with 7 additions and 4 deletions

View File

@@ -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/',