跑马灯配置去除身份证号选择

This commit is contained in:
unknown 2024-01-25 10:07:45 +08:00
parent 1fc70f3494
commit 09d2051c19
2 changed files with 3 additions and 10 deletions

View File

@ -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: "时间",

View File

@ -467,13 +467,6 @@ const SystemConfigPage = () => {
>
</Checkbox>
<Checkbox
checked={idCardchecked}
className="ml-24"
onChange={addIdCard}
>
</Checkbox>
</Space>
</Form.Item>
<Form.Item