From 28b72064712a3d97b44511206a2dca07f2d37a23 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 31 十月 2024 10:45:48 +0800 Subject: [PATCH] 描述 --- src/views/project/yw/systemManage/accessLog/AccessLog.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/project/yw/systemManage/accessLog/AccessLog.vue b/src/views/project/yw/systemManage/accessLog/AccessLog.vue index 1b015f7..5695fbe 100644 --- a/src/views/project/yw/systemManage/accessLog/AccessLog.vue +++ b/src/views/project/yw/systemManage/accessLog/AccessLog.vue @@ -25,8 +25,12 @@ highlight-current-row > <el-table-column prop="time" label="鏃堕棿" width="185" fixed="left" show-overflow-tooltip> </el-table-column> - <el-table-column label="鐢ㄦ埛" prop="user" width="70" show-overflow-tooltip> </el-table-column> - <el-table-column label="绫诲瀷" prop="type" show-overflow-tooltip> </el-table-column> + <el-table-column label="鎻忚堪" prop="note" show-overflow-tooltip> </el-table-column> + + <el-table-column label="鐢ㄦ埛" prop="user" width="120" show-overflow-tooltip> </el-table-column> + <el-table-column label="绫诲瀷" prop="type" width="170" show-overflow-tooltip> </el-table-column> + <el-table-column label="IP 鍦板潃" prop="client_ip" width="170" show-overflow-tooltip> </el-table-column> + </el-table> </div> </template> -- Gitblit v1.9.3