学员添加、编辑去除身份证号

This commit is contained in:
unknown 2024-01-22 10:12:38 +08:00
parent 6ed4d50006
commit 40e1dd03ad
3 changed files with 0 additions and 14 deletions

View File

@ -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>

View File

@ -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>