| | |
| | | import React, { useState } from 'react'; |
| | | import { Button, Modal } from '@arco-design/web-react'; |
| | | import { Button, Modal, Tabs } from '@arco-design/web-react'; |
| | | import { Space } from 'antd'; |
| | | import ProgressStep from '@/components/ProgressStep/VisitStep'; |
| | | import BackModel from "./BackModel"; |
| | | |
| | | const TabPane = Tabs.TabPane; |
| | | |
| | | const fakeData = [ |
| | | { |
| | |
| | | return ( |
| | | <div className='dataSync'> |
| | | <div className='dataSync-hasTabPage' > |
| | | <ProgressStep progressData={fakeData} /> |
| | | <Tabs defaultActiveTab='1' > |
| | | <TabPane |
| | | key='1' |
| | | title={ |
| | | <span style={{ fontSize: '15px' }}> |
| | | 流转进度 |
| | | </span> |
| | | } |
| | | > |
| | | <div styles={{ height: "400px" }}><ProgressStep progressData={fakeData} /></div> |
| | | </TabPane> |
| | | <TabPane |
| | | key='2' |
| | | title={ |
| | | <span style={{ fontSize: '15px' }}> |
| | | 督办信息 |
| | | </span> |
| | | } |
| | | > |
| | | </TabPane> |
| | | </Tabs> |
| | | |
| | | </div> |
| | | <div className="dataSync-excel"> |
| | | <Space size="large" style={{ margin: '4px 14px' }}> |