| | |
| | | import { useNavigate } from 'react-router-dom'; |
| | | import { tab0, tab1, tab2, tab3, tab4, tab5, tab6, allSign, tab1bg } from '@/assets/images'; |
| | | import TableView from '../../components/TableView'; |
| | | import NewPage from '../../components/NewPage'; |
| | | import TableDraftSearch from '../../components/TableDraftSearch'; |
| | | import TableSearch from '../../components/TableSearch'; |
| | | import MyTabsNew from '../../components/MyTabsNew'; |
| | |
| | | title: '事项来源', |
| | | dataIndex: 'caseSource', |
| | | key: 'caseSource', |
| | | width: 120, |
| | | width: 150, |
| | | render: (text, record) => { |
| | | return record.caseSecondSource && record.caseSecondSource !== null |
| | | ? `${text}/${record.caseSecondSource}` |
| | | : text; |
| | | }, |
| | | }, |
| | | { |
| | | title: '问题属地', |
| | |
| | | console.log('tableTab', tableTab, tabActivekey, tableData); |
| | | |
| | | return ( |
| | | <NewPage> |
| | | <div className="VisitWorkBench"> |
| | | <div className="VisitWorkBench-top"> |
| | | <span style={{ fontWeight: 600 }}>工作总览</span> |
| | |
| | | handleText={'重置'} |
| | | form={form} |
| | | itemData={[ |
| | | { type: 'RangePicker', name: 'updateTime', label: '保存时间', shortcutsPlacementLeft: true, shortcuts: $$.shortcutsList(), span: 6 }, |
| | | { |
| | | type: 'RangePicker', |
| | | name: 'updateTime', |
| | | label: '保存时间', |
| | | shortcutsPlacementLeft: true, |
| | | shortcuts: $$.shortcutsList(), |
| | | span: 6, |
| | | }, |
| | | { type: 'Input', name: 'plaintiffs', placeholder: '查询关键词', label: '申请方', span: 6 }, |
| | | { type: 'Input', name: 'defendants', placeholder: '查询关键词', label: '被申请方', span: 6 }, |
| | | ]} |
| | |
| | | textAlign={{ textAlign: 'left' }} |
| | | form={form} |
| | | itemData={[ |
| | | { type: 'RangePicker', name: 'createTime', label: '登记时间', shortcutsPlacementLeft: true, shortcuts: $$.shortcutsList(), span: 6 }, |
| | | { |
| | | type: 'RangePicker', |
| | | name: 'createTime', |
| | | label: '登记时间', |
| | | shortcutsPlacementLeft: true, |
| | | shortcuts: $$.shortcutsList(), |
| | | span: 6, |
| | | }, |
| | | { type: 'Input', name: 'plaintiffs', placeholder: '查询关键词', label: '申请方', span: 6 }, |
| | | { type: 'Input', name: 'defendants', placeholder: '查询关键词', label: '被申请方', span: 6 }, |
| | | { |
| | |
| | | caseClaim={caseClaim} |
| | | /> |
| | | </div> |
| | | </NewPage> |
| | | ); |
| | | }; |
| | | |