diff --git a/ruoyi-ui/src/views/system/user/profile/index.vue b/ruoyi-ui/src/views/system/user/profile/index.vue index aa8d9e61..ad530f9a 100644 --- a/ruoyi-ui/src/views/system/user/profile/index.vue +++ b/ruoyi-ui/src/views/system/user/profile/index.vue @@ -1,91 +1,91 @@ - - - - - - - 个人信息 - - - - - - - - 用户名称 - {{ user.userName }} - - - 手机号码 - {{ user.phonenumber }} - - - 用户邮箱 - {{ user.email }} - - - 所属部门 - {{ user.dept.deptName }} / {{ postGroup }} - - - 所属角色 - {{ roleGroup }} - - - 创建日期 - {{ user.createTime }} - - - - - - - - - 基本资料 - - - - - - - - - - - - - - - - + + + + + + + 个人信息 + + + + + + + + 用户名称 + {{ user.userName }} + + + 手机号码 + {{ user.phonenumber }} + + + 用户邮箱 + {{ user.email }} + + + 所属部门 + {{ user.dept.deptName }} / {{ postGroup }} + + + 所属角色 + {{ roleGroup }} + + + 创建日期 + {{ user.createTime }} + + + + + + + + + 基本资料 + + + + + + + + + + + + + + + +