mirror of
https://github.com/PlayEdu/backend
synced 2025-07-21 17:19:39 +08:00
学员添加、编辑去除昵称字段及其它优化
This commit is contained in:
parent
1555c361d5
commit
1779465eee
@ -159,11 +159,7 @@ export const MemberCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
|||||||
>
|
>
|
||||||
<Input style={{ width: 200 }} placeholder="请输入邮箱" />
|
<Input style={{ width: 200 }} placeholder="请输入邮箱" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item label="身份证号" name="idCard">
|
||||||
label="身份证号"
|
|
||||||
name="idCard"
|
|
||||||
rules={[{ required: true, message: "请输入身份证号!" }]}
|
|
||||||
>
|
|
||||||
<Input style={{ width: 200 }} placeholder="请输入身份证号" />
|
<Input style={{ width: 200 }} placeholder="请输入身份证号" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user