| | |
| | | /> |
| | | </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 |