| | |
| | | number: 3 |
| | | }, |
| | | { |
| | | name: '被申请方当事人', |
| | | number: 8 |
| | | name: '被申请方代理人', |
| | | number: 1 |
| | | }, |
| | | { |
| | | name: '被申请方代理人', |
| | | number: 2 |
| | | }, |
| | | { |
| | | name: '被申请方代理人', |
| | |
| | | // 列配置 |
| | | const fakeColumns = [ |
| | | { |
| | | title: '来访时间', |
| | | title: '时间', |
| | | dataIndex: 'expireTime', |
| | | key: 'expireTime', |
| | | defaultSortOrder: 'descend', |
| | |
| | | sorter: (a, b) => a.age - b.age, |
| | | }, |
| | | { |
| | | title: '渠道', |
| | | title: '数据来源', |
| | | dataIndex: 'judicNo', |
| | | key: 'judicNo', |
| | | }, |
| | |
| | | </Space> |
| | | <Col span={24} style={{ display: 'flex', alignItems: 'center', marginBottom: '16px' }}> |
| | | <Space size='small'> |
| | | <div className='MediationInfo-subTitle' ></div><span style={{ fontWeight: '600' }}>重复来访记录</span> |
| | | <div className='MediationInfo-subTitle' ></div><span style={{ fontWeight: '600' }}>反映诉求记录</span> |
| | | </Space> |
| | | </Col> |
| | | <div style={{marginBottom: '16px'}}> |
| | |
| | | return <span>{index !== 0 && '、'}{item.name}<span style={{ color: '#1a6fb8' }}>{item.number}</span>次</span> |
| | | })}</div> |
| | | <div><span>来访身份:</span>{visitMap.identityList.map((item, index) => { |
| | | return <span>{index !== 0 && '、'}作为{item.name}:<span style={{ color: '#1a6fb8' }}>{item.number}</span>次</span> |
| | | return <span>{index !== 0 && '、'}{item.name}:<span style={{ color: '#1a6fb8' }}>{item.number}</span>次</span> |
| | | })}</div> |
| | | </div> |
| | | <TableView |
| | |
| | | /> |
| | | </FormItem> |
| | | </Col> |
| | | <div style={{ marginLeft: '16px', padding: '12px 16px', backgroundColor: '#F2F3F5', borderRadius: '2px', marginTop: '4px',display:'flex',alignItems:'center' }}> |
| | | <div style={{ marginLeft: '16px', padding: '12px 16px', backgroundColor: '#F2F3F5', borderRadius: '2px', marginTop: '4px', display: 'flex', alignItems: 'center' }}> |
| | | <FormItem |
| | | label='是否重大矛盾纠纷' |
| | | style={{ marginBottom: '-20px' }} |
| | | style={{ width: '300px', marginBottom: 0 }} |
| | | field='isSerious' |
| | | // layout='inline' |
| | | layout='horizontal' |
| | | labelCol={{ span: 11 }} |
| | | wrapperCol={{ span: 13 }} |
| | | > |
| | | <RadioGroup options={['否', '是']} style={{ marginBottom: 20 }} /> |
| | | <RadioGroup options={['否', '是']} /> |
| | | </FormItem> |
| | | </div> |
| | | </Row> |