perf: 优化个人信息详情字段信息显示

This commit is contained in:
“huailei000”
2023-11-14 11:33:59 +08:00
committed by huailei
parent 5a664f8c2c
commit 56745ae944

View File

@@ -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')
},
{