mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 23:34:08 +08:00
学员添加、编辑去除身份证号
This commit is contained in:
parent
6ed4d50006
commit
40e1dd03ad
Binary file not shown.
@ -203,13 +203,6 @@ export const MemberCreate: React.FC<PropInterface> = ({
|
||||
placeholder="请选择学员所属部门"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item label="身份证号" name="idCard">
|
||||
<Input
|
||||
style={{ width: 274 }}
|
||||
allowClear
|
||||
placeholder="请填写学员身份证号"
|
||||
/>
|
||||
</Form.Item>
|
||||
</Form>
|
||||
</div>
|
||||
</Modal>
|
||||
|
@ -239,13 +239,6 @@ export const MemberUpdate: React.FC<PropInterface> = ({
|
||||
placeholder="请选择学员所属部门"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item label="身份证号" name="idCard">
|
||||
<Input
|
||||
allowClear
|
||||
style={{ width: 274 }}
|
||||
placeholder="请填写学员身份证号"
|
||||
/>
|
||||
</Form.Item>
|
||||
</Form>
|
||||
</div>
|
||||
</Modal>
|
||||
|
Loading…
x
Reference in New Issue
Block a user