diff --git a/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html b/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html index 2d3ba719..20e7e7da 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html @@ -29,15 +29,15 @@
  • 所属部门: -

    [[${user.dept?.deptName}]] / [[${#strings.defaultString(postGroup,'无岗位')}]]

    +

    [[${user.dept?.deptName}]] / [[${#strings.defaultString(postGroup,'无岗位')}]]

  • 邮箱地址: -

    [[${user.email}]]

    +

    [[${#strings.abbreviate(user.email, 17)}]]

  • 创建时间: -

    [[${#dates.format(user.createTime, 'yyyy-MM-dd')}]]

    +

    [[${#dates.format(user.createTime, 'yyyy-MM-dd')}]]