修改冀北问题

This commit is contained in:
GGJ
2025-12-16 13:38:12 +08:00
parent 7b9f5302d0
commit 264f33302f
54 changed files with 602 additions and 475 deletions

View File

@@ -146,7 +146,7 @@ const tableStore: any = new TableStore({
{ field: 'describe', title: '事件描述' },
{ field: 'type', title: '事件类型', sortable: true },
{ field: 'result', title: '操作结果', sortable: true },
{ field: 'ip', title: '操作IP' },
{ field: 'ip', title: '操作IP' ,width:'120px'},
{ field: 'level', title: '事件等级', sortable: true }
],
loadCallback: () => {

View File

@@ -26,7 +26,7 @@ const tableStore: any = new TableStore({
method: 'POST',
column: [
{ field: 'userName', title: '登录用户' },
{ field: 'ip', title: '登录ip' },
{ field: 'ip', title: '登录ip' ,width:'120px'},
{ field: 'time', title: '登录时间' }
]
})