From ad98033faa7e7d69ec39d090dd10bb4c78bfde6d Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Fri, 31 Oct 2025 17:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/sys/user/index.html | 467 ++++++++++++++++++ 1 file changed, 467 insertions(+) create mode 100644 src/main/resources/templates/admin/sys/user/index.html diff --git a/src/main/resources/templates/admin/sys/user/index.html b/src/main/resources/templates/admin/sys/user/index.html new file mode 100644 index 0000000..098543f --- /dev/null +++ b/src/main/resources/templates/admin/sys/user/index.html @@ -0,0 +1,467 @@ + + + + + + 用户管理系统 + + + + + + + +
+
+ +

用户管理

+ + + + + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + ID名称状态用户类型所属部门创建时间操作
+
+
+ Loading... +
+

加载中,请稍候...

+
+
+
+ +
暂无匹配数据
+

请尝试调整搜索条件或重置查询

+
+
+ + {{ item.id }}{{ item.name }} + + {{ item.status === 1 ? '启用' : '禁用' }} + + + + {{ item.userType === 'admin' ? '管理员' : item.userType === 'editor' ? '编辑' : '查看者' }} + + + + {{ item.deptId === '1' ? '技术部' : item.deptId === '2' ? '运营部' : item.deptId === '3' ? '市场部' : '人事部' }} + + {{ formatTime(item.createTime) }} +
+ + +
+
+
+ + +
+
+ 已选中 {{ selectedIds.length }} 条数据 + + + + + +
+
+ + +
+
+ 共 {{ total }} 条数据,当前第 {{ pageNum }}/{{ totalPages }} 页 +
+ +
+
+
+ + + + + + + + + + + +