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 | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/index.jsx b/gz-customerSystem/src/views/register/visit/index.jsx index df17860..7354491 100644 --- a/gz-customerSystem/src/views/register/visit/index.jsx +++ b/gz-customerSystem/src/views/register/visit/index.jsx @@ -370,7 +370,7 @@ </FormItem> </Col> <Col span={8}> - <FormItem label='问题属地'> + <FormItem label='问题属地' field='quesAddress'> <Cascader placeholder='Please select ...' options={options} @@ -383,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> @@ -404,6 +404,7 @@ <div style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }}>识别上传材料</div> </div> } + field='summarize' > <Input.TextArea maxLength={2000} @@ -425,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