广州市综治平台前端
xusd
7 days ago 544148eddae96db824423cd059ebecb9d13c392e
src/views/register/visit/component/SelfVisitorRegister.jsx
@@ -400,6 +400,34 @@
                     />
                  </FormItem>
               </Col>
               <Col span={24}>
                  <FormItem
                     label={
                        <div style={{ display: 'flex' }}>
                           备注
                           <img src={scan} alt="" style={{ marginRight: '-2px', marginLeft: '8px' }} />
                           <div
                              style={{ marginLeft: '8px', color: '#1A6FB8', fontSize: '14px', cursor: 'pointer' }}
                              onClick={() => {
                                 setScanFile(true);
                                 setOcrText('caseRemark');
                              }}
                           >
                              识别材料
                           </div>
                        </div>
                     }
                     field="caseRemark"
                  >
                     <Input.TextArea
                        maxLength={500}
                        showWordLimit
                        rows={7}
                        placeholder="请填写备注"
                        wrapperStyle={{ width: '100%' }}
                     />
                  </FormItem>
               </Col>
               <div style={{ padding: '0px 16px', borderRadius: '2px', display: 'flex', alignItems: 'center' }}>
                  <img src={majorStatus_1} alt="" srcset="" />
                  <FormItem