From 0bb7dffa90bfa3bd5ad04b75da9c31d21347c668 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 13 一月 2025 17:06:02 +0800 Subject: [PATCH] 用户管理页面调整 --- src/views/project/yw/systemManage/chatLog/ChatLog.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/project/yw/systemManage/chatLog/ChatLog.vue b/src/views/project/yw/systemManage/chatLog/ChatLog.vue index 971a131..386d23f 100644 --- a/src/views/project/yw/systemManage/chatLog/ChatLog.vue +++ b/src/views/project/yw/systemManage/chatLog/ChatLog.vue @@ -56,6 +56,7 @@ :data="tableData" highlight-current-row > + <el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column> <el-table-column label="鐢ㄦ埛" prop="user" width="120" fixed="left" show-overflow-tooltip> </el-table-column> <el-table-column prop="time" label="鏃堕棿" width="185" show-overflow-tooltip> </el-table-column> <el-table-column label="涓氬姟鍦烘櫙" width="120" prop="group_type" show-overflow-tooltip> </el-table-column> -- Gitblit v1.9.3