From f147a6ae7f543f6db757b3933adaf8f10b896ccf Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期一, 20 一月 2025 19:23:17 +0800
Subject: [PATCH] 合并代码

---
 cloud-server-management/src/main/webapp/static/modular/system/log/login_log.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/log/login_log.js b/cloud-server-management/src/main/webapp/static/modular/system/log/login_log.js
index 5aac181..57f4737 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/log/login_log.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/log/login_log.js
@@ -14,7 +14,7 @@
 LoginLog.initColumn = function () {
     return [
         {field: 'selectItem', radio: true},
-        {title: 'id', field: 'id', visible: false, align: 'center', valign: 'middle'},
+        {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'},
         {title: '日志名称', field: 'logname', align: 'center', valign: 'middle'},
         {title: '用户名称', field: 'userName', align: 'center', valign: 'middle'},
         {title: '时间', field: 'createtime', align: 'center', valign: 'middle'},

--
Gitblit v1.7.1