From bcad3ebe2cab376b486d6decdb859d6fa8a6169b Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Wed, 14 Aug 2024 14:19:57 +0800 Subject: [PATCH] 来访登记,完善form --- gz-customerSystem/src/views/register/visit/index.jsx | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/index.jsx b/gz-customerSystem/src/views/register/visit/index.jsx index 4f90ead..7354491 100644 --- a/gz-customerSystem/src/views/register/visit/index.jsx +++ b/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} -- Gitblit v1.8.0