| | |
| | | import { Form, Input, Button, Radio, Select, DatePicker, Cascader } from '@arco-design/web-react'; |
| | | import "@arco-design/web-react/dist/css/arco.css"; |
| | | import TableView from '../../../components/TableView'; |
| | | import '../index.less'; |
| | | |
| | | const RadioGroup = Radio.Group;// 根据调解案号获取纠纷登记信息 |
| | | const FormItem = Form.Item; |
| | |
| | | </FormItem> |
| | | </Col> |
| | | <Col span={8}> |
| | | <FormItem label='问题属地'> |
| | | <FormItem label='问题属地' field='quesAddress'> |
| | | <Cascader |
| | | placeholder='Please select ...' |
| | | options={options} |
| | |
| | | </FormItem> |
| | | </Col> |
| | | <Col span={8}> |
| | | <FormItem label='涉及人数(人)'> |
| | | <FormItem label='涉及人数(人)' field='peopleNumber'> |
| | | <Input placeholder='请填写' /> |
| | | </FormItem> |
| | | </Col> |
| | | |
| | | <Col span={8}> |
| | | <FormItem label='涉及金额(元)'> |
| | | <FormItem label='涉及金额(元)' field='money'> |
| | | <Input placeholder='请填写' /> |
| | | </FormItem> |
| | | </Col> |
| | |
| | | <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }}>识别上传材料</div> |
| | | </div> |
| | | } |
| | | field='summarize' |
| | | > |
| | | <Input.TextArea |
| | | maxLength={2000} |
| | |
| | | <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }}>识别上传材料</div> |
| | | </div> |
| | | } |
| | | field='apply' |
| | | > |
| | | <Input.TextArea |
| | | maxLength={2000} |