Skip to content

Commit 0b002c2

Browse files
author
dushixiang
committed
移除登录历史的分页功能
1 parent 9334c7c commit 0b002c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/pages/Agents/AuditResultView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const AuditResultView = ({result}: AuditResultViewProps) => {
248248
];
249249

250250
const loginRecordColumns = [
251-
{title: '用户名', dataIndex: 'username', key: 'username'},
251+
{title: '用户名', dataIndex: 'username', key: 'username', width: 200},
252252
{title: 'IP地址', dataIndex: 'ip', key: 'ip', width: 150},
253253
{title: '归属地', dataIndex: 'location', key: 'location', width: 200, ellipsis: true},
254254
{title: '终端', dataIndex: 'terminal', key: 'terminal', width: 100},
@@ -257,7 +257,6 @@ const AuditResultView = ({result}: AuditResultViewProps) => {
257257
dataIndex: 'timestamp',
258258
key: 'timestamp',
259259
render: (val: number) => dayjs(val).format('YYYY-MM-DD HH:mm:ss'),
260-
width: 180,
261260
},
262261
{
263262
title: '状态',

0 commit comments

Comments
 (0)