mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: 优化个人信息详情字段信息显示
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
||||
key: this.$t('users.Email')
|
||||
},
|
||||
{
|
||||
value: `${this.object.is_active}`,
|
||||
value: this.object.is_active,
|
||||
key: this.$t('users.IsActive')
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user