From d32ac624d24bdf16f1440990c9b8727843ae52f6 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 17 Apr 2020 18:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E7=AE=B1=E6=98=BE=E7=A4=BA=E6=88=AA?= =?UTF-8?q?=E5=8F=96=E9=83=A8=E5=88=86=E5=AD=97=E7=AC=A6=E4=B8=B2=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E4=BD=8E=E5=88=86=E8=BE=A8=E7=8E=87=E9=94=99?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/user/profile/profile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')}]]