‹
个人资料
占位
工作统计
{{ userInfo?.user?.taskCount || 0 }}
任务数
{{ userInfo?.user?.projectCount || 0 }}
项目数
{{ userInfo?.user?.taskNum || 0 }}
任务编号
基本信息
用户名
{{ userInfo?.user?.userName || '--' }}
工号
{{ userInfo?.user?.userNo || '--' }}
手机号
{{ userInfo?.user?.phonenumber || '--' }}
邮箱
{{ userInfo?.user?.email || '--' }}
性别
{{ getSexText(userInfo?.user?.sex) }}
生日
{{ userInfo?.user?.birthday || '--' }}
部门信息
部门名称
{{ userInfo.user.dept.deptName || '--' }}
部门负责人
{{ userInfo.user.dept.leader || '--' }}
部门邮箱
{{ userInfo.user.dept.email || '--' }}
部门电话
{{ userInfo.user.dept.phone || '--' }}
工作信息
入职日期
{{ userInfo?.user?.employDate || '--' }}
离职日期
{{ userInfo?.user?.resignDate || '--' }}
创建时间
{{ userInfo?.user?.createTime || '--' }}
最后登录
{{ userInfo?.user?.loginDate || '--' }}
登录IP
{{ userInfo?.user?.loginIp || '--' }}
状态
{{ getStatusText(userInfo?.user?.status) }}
权限信息
{{ permission }}
备注