mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
feat: 用户详情页面显示 手机号,钉钉,企业微信,飞书
This commit is contained in:
@@ -1039,6 +1039,10 @@
|
||||
"DatePasswordUpdated": "密码更新日期",
|
||||
"DescribeOfGuide": "欢迎使用JumpServer堡垒机系统,获取更多信息请点击",
|
||||
"Email": "邮件",
|
||||
"Phone": "手机号",
|
||||
"WeCom": "企业微信",
|
||||
"DingTalk": "钉钉",
|
||||
"FeiShu": "飞书",
|
||||
"FingerPrint": "指纹",
|
||||
"FirstLogin": "首次登录",
|
||||
"OrgUser": "组织用户",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user