fix
parent
6cca9c2ae7
commit
bea20fd297
|
|
@ -19,6 +19,7 @@ import { Connect } from "@cqsjjb/jjb-dva-runtime";
|
|||
import { NS_QUAL_EXPERT } from "~/enumerate/namespace";
|
||||
import { GENDER_OPTIONS, GENDER_MAP } from "~/enumerate/constant";
|
||||
import AttachmentUpload from "~/components/AttachmentUpload";
|
||||
import { idCardRule } from "~/utils/validators";
|
||||
|
||||
const { router } = tools;
|
||||
|
||||
|
|
@ -332,7 +333,7 @@ const ExperManage = (props) => {
|
|||
))}
|
||||
</Select>
|
||||
</Form.Item>
|
||||
<Form.Item name="idCardNo" label="身份证号">
|
||||
<Form.Item name="idCardNo" label="身份证号" rules={[idCardRule()]}>
|
||||
<Input placeholder="请输入" allowClear />
|
||||
</Form.Item>
|
||||
<AttachmentUpload name="certificate" maxCount={1} label="证书" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue