| | |
| | | // marginTop: 20, |
| | | }; |
| | | |
| | | const MattersInfo = () => { |
| | | const MattersInfo = (props) => { |
| | | |
| | | const [fakeData, setFakeData] = useState([]);//当事人信息数据 |
| | | const [agentVisible, setAgentVisible] = useState(false); |
| | |
| | | const [addVisabled, setAddVisabled] = useState(false);//添加当事人弹窗控制 |
| | | const [upload, setUpLoad] = useState(false); |
| | | const [filesCheck, setFilesCheck] = useState(false); |
| | | const [active, setActive] = useState('1') |
| | | const [current, setCurrent] = useState(3); |
| | | const Step = Steps.Step; |
| | | |
| | | |
| | |
| | | }, |
| | | // 更多列配置... |
| | | ]; |
| | | |
| | | const fakeData1 = [ |
| | | { |
| | | id: 1, |
| | |
| | | |
| | | return ( |
| | | <div style={{ position: 'relative' }}> |
| | | <Tabs defaultActiveTab='1' onChange={(v) => setActive(v)}> |
| | | <TabPane |
| | | key='1' |
| | | title={ |
| | | <span> |
| | | {active === '1' && <img src={Matter} alt="" style={{ width: '16px', height: '16px', margin: '-5px 12px 0px 0px' }} />} |
| | | <span style={{ fontSize: '16px' }}>事项详情</span> |
| | | </span> |
| | | } |
| | | |
| | | > |
| | | {props.active === '1' && |
| | | <Typography.Paragraph style={style}> |
| | | <div className='dataSync-page'> |
| | | |
| | |
| | | </div> |
| | | |
| | | </Typography.Paragraph> |
| | | </TabPane> |
| | | <TabPane |
| | | key='3' |
| | | title={ |
| | | <span> |
| | | {active === '3' && <img src={transfer} alt="" style={{ width: '16px', height: '16px', margin: '-5px 12px 0px 0px' }} />} |
| | | <span style={{ fontSize: '16px' }}>流转办理</span> |
| | | </span> |
| | | } |
| | | > |
| | | <Typography.Paragraph style={style}> |
| | | |
| | | { |
| | | props.active === '3' && <Typography.Paragraph style={style}> |
| | | <Handle /> |
| | | |
| | | </Typography.Paragraph> |
| | | </TabPane> |
| | | </Tabs> |
| | | } |
| | | </div> |
| | | ) |
| | | } |