From 7ecd2c9bb7b1a77fd2d55a59b2ce85c9ddb26ee7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 13 Oct 2023 11:11:06 +0800
Subject: [PATCH] redbagprod

---
 src/main/resources/templates/febs/views/modules/chat/userList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/chat/userList.html b/src/main/resources/templates/febs/views/modules/chat/userList.html
index e9b1750..9b5c0c4 100644
--- a/src/main/resources/templates/febs/views/modules/chat/userList.html
+++ b/src/main/resources/templates/febs/views/modules/chat/userList.html
@@ -139,7 +139,7 @@
                 totalRow: true ,// 开启合计行
                 cols: [[
                     {type: 'checkbox'},
-                    // {field: 'userId', title: '标识', minWidth: 150,align:'left'},
+                    {field: 'userId', title: '标识', minWidth: 150,align:'left'},
                     {field: 'nickName', title: '昵称', minWidth: 100,align:'left', totalRowText: '合计:',align:'center'},
                     {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left',align:'center'},
                     {field: 'phone', title: '注册号码', minWidth: 150,align:'left',align:'center'},

--
Gitblit v1.9.1