import React, { Component } from 'react'; import { Button, Checkbox, Input, Form, Radio, DatePicker, Row, Col } from 'tdesign-react'; import { DateTime } from 'luxon'; const { FormItem } = Form; export default function render() { const { gender, birth, GenderOptions, IDCardTypeOptions } = this.state; return (