| | |
| | | import Fetch from '../fetch'; |
| | | import TableView from '../view/TableView'; |
| | | const Option = Select.Option; |
| | | function typeOfName(type) { |
| | | switch (type) { |
| | | case 1: |
| | | return "涉黑涉恶违法犯罪行为"; |
| | | case 2: |
| | | return "涉黑涉恶违法犯罪保护伞"; |
| | | case 3: |
| | | return "其他"; |
| | | default: |
| | | return "Unkonw"; |
| | | } |
| | | } |
| | | export default class LawSubscribe extends React.Component { |
| | | constructor(props) { |
| | | super(props); |
| | |
| | | <Divider type="vertical" /> |
| | | </span> : null |
| | | } |
| | | <label className='theme-color' onClick={() => this.onClick(record.id, 'see')} style={{ cursor: 'pointer' }}>查看</label> |
| | | <label className='theme-color' onClick={() => this.onClick(record.id, 'do')} style={{ cursor: 'pointer' }}>查看</label> |
| | | </span> |
| | | ), |
| | | }]; |
| | |
| | | return ( |
| | | <div className="app-page"> |
| | | <HeadView history={this.props.history} /> |
| | | {/* <Breadcrumb style={{ padding: '20px' }}> |
| | | <Breadcrumb style={{ padding: '20px' }}> |
| | | <Breadcrumb.Item><a href="">后台中心</a></Breadcrumb.Item> |
| | | <Breadcrumb.Item>扫黑除恶</Breadcrumb.Item> |
| | | </Breadcrumb> */} |
| | | <Breadcrumb.Item>普法预约</Breadcrumb.Item> |
| | | </Breadcrumb> |
| | | <TableBtnView name={''} key={resetKey}> |
| | | <Input placeholder="联系人模糊查询" style={{ width: "200px" }} name='contactName' onChange={this.onInputChange} /> |
| | | <Input placeholder="联系电话模糊查询" style={{ width: "200px" }} name='contactPhone' onChange={this.onInputChange} /> |