| | |
| | | import React, {Component} from 'react' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Row, Col, Icon, Radio, Input, Button } from 'antd' |
| | | import { Row, Col, Radio, Input, Button } from 'antd' |
| | | import { CheckOutlined } from '@ant-design/icons' |
| | | import './index.scss' |
| | | |
| | | const { Search } = Input |
| | |
| | | return ( |
| | | <div className={'ant-card ant-card-bordered ' + (card.selected ? 'selected' : '') + (card.origin ? ' fixed' : '')} > |
| | | <div className="base" onClick={this.changeSelect}> |
| | | <Icon type="check" /> |
| | | <CheckOutlined /> |
| | | <p title={card.field}>字段: <span>{card.field}</span></p> |
| | | <p title={card.label}>名称: <span>{card.label}</span></p> |
| | | </div> |