From d1cb75947e47e62f2eb35e4ad2cd017a8c825e03 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 12 Oct 2023 11:15:56 +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