From a3d87335b9f398d9bb1633b9d3ee6a391b55163d Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Fri, 26 Jul 2024 10:10:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/user/user.html | 4 ++-- .../system/user/userexamine/examinedetail.html | 12 ++++++++++-- .../com/ruoyi/common/core/domain/entity/SysUser.java | 2 +- .../main/resources/mapper/system/SysUserMapper.xml | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/user.html b/ruoyi-admin/src/main/resources/templates/system/user/user.html index fd620c9..79e54d9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -35,7 +35,7 @@
+
+
+ +
+ +
+
+
@@ -172,7 +180,7 @@
-
+
@@ -183,7 +191,7 @@
-
+
diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java b/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java index 5a55c30..6be8e35 100644 --- a/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java +++ b/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java @@ -295,7 +295,7 @@ public class SysUser extends BaseEntity /** 部门对象 */ @Excels({ - @Excel(name = "部门名称", targetAttr = "deptName", type = Type.EXPORT) + @Excel(name = "所属单位", targetAttr = "deptName", type = Type.EXPORT) }) @TableField(exist=false) private SysDept dept; diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index 399cbb3..d8d9171 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"