feat: 用户详情页面显示 手机号,钉钉,企业微信,飞书

This commit is contained in:
xinwen
2021-09-15 18:22:07 +08:00
committed by Jiangjie.Bai
parent d920eeda7a
commit f2bbe4841a
3 changed files with 24 additions and 0 deletions

View File

@@ -1039,6 +1039,10 @@
"DatePasswordUpdated": "密码更新日期",
"DescribeOfGuide": "欢迎使用JumpServer堡垒机系统获取更多信息请点击",
"Email": "邮件",
"Phone": "手机号",
"WeCom": "企业微信",
"DingTalk": "钉钉",
"FeiShu": "飞书",
"FingerPrint": "指纹",
"FirstLogin": "首次登录",
"OrgUser": "组织用户",

View File

@@ -1008,6 +1008,10 @@
"DatePasswordUpdated": "Date password updated",
"DescribeOfGuide": "Welcome to JumpServer. Click here for more information",
"Email": "Email",
"Phone": "Phone",
"WeCom": "WeCom",
"DingTalk": "DingTalk",
"FeiShu": "FeiShu",
"FingerPrint": "Fingerprint",
"FirstLogin": "First login",
"InviteUser": "Invite user",

View File

@@ -239,6 +239,22 @@ export default {
key: this.$t('users.Email'),
value: this.object.email
},
{
key: this.$t('users.Phone'),
value: this.object.phone
},
{
key: this.$t('users.WeCom'),
value: this.object.wecom_id
},
{
key: this.$t('users.DingTalk'),
value: this.object.dingtalk_id
},
{
key: this.$t('users.FeiShu'),
value: this.object.feishu_id
},
{
key: this.$t('users.Role'),
value: this.object.total_role_display