mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 02:34:59 +08:00
跑马灯配置去除身份证号选择
This commit is contained in:
parent
1fc70f3494
commit
09d2051c19
@ -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: "时间",
|
||||
|
@ -467,13 +467,6 @@ const SystemConfigPage = () => {
|
||||
>
|
||||
邮箱
|
||||
</Checkbox>
|
||||
<Checkbox
|
||||
checked={idCardchecked}
|
||||
className="ml-24"
|
||||
onChange={addIdCard}
|
||||
>
|
||||
身份证号
|
||||
</Checkbox>
|
||||
</Space>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user