mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-29 02:44:56 +08:00
个人信息有身份证号才显示
This commit is contained in:
parent
aad43bc7a4
commit
3935fea2a9
@ -107,12 +107,16 @@ export const UserInfoModel: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
</div>
|
||||
</div>
|
||||
</Form.Item>
|
||||
{name && (
|
||||
<Form.Item label="学员姓名">
|
||||
<div>{name}</div>
|
||||
</Form.Item>
|
||||
)}
|
||||
{idCard && (
|
||||
<Form.Item label="身份证号" style={{ marginBottom: 16 }}>
|
||||
<div>{idCard}</div>
|
||||
</Form.Item>
|
||||
)}
|
||||
</Form>
|
||||
</div>
|
||||
</Modal>
|
||||
|
Loading…
x
Reference in New Issue
Block a user