forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-14 bcad3ebe2cab376b486d6decdb859d6fa8a6169b
gz-customerSystem/src/views/register/visit/index.jsx
@@ -17,6 +17,7 @@
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;
@@ -369,7 +370,7 @@
                           </FormItem>
                        </Col>
                        <Col span={8}>
                           <FormItem label='问题属地'>
                           <FormItem label='问题属地' field='quesAddress'>
                              <Cascader
                                 placeholder='Please select ...'
                                 options={options}
@@ -382,13 +383,13 @@
                           </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>
@@ -403,6 +404,7 @@
                                 <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }}>识别上传材料</div>
                              </div>
                              }
                              field='summarize'
                           >
                              <Input.TextArea
                                 maxLength={2000}
@@ -424,6 +426,7 @@
                                 <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }}>识别上传材料</div>
                              </div>
                              }
                              field='apply'
                           >
                              <Input.TextArea
                                 maxLength={2000}