mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 15:49:27 +08:00
跑马灯配置去除身份证号选择
This commit is contained in:
@@ -107,10 +107,10 @@ const SystemLogPage = () => {
|
||||
render: (_, record: any) => <span>{record.title}</span>,
|
||||
},
|
||||
{
|
||||
title: "IP地区",
|
||||
title: "IP",
|
||||
width: 250,
|
||||
dataIndex: "ip_area",
|
||||
render: (ip_area: string) => <span>{ip_area}</span>,
|
||||
dataIndex: "ip",
|
||||
render: (ip: string) => <span>{ip}</span>,
|
||||
},
|
||||
{
|
||||
title: "时间",
|
||||
|
||||
Reference in New Issue
Block a user