| | |
| | | import React, {Component} from 'react' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Table, Input, Button, Popconfirm, Form, Icon } from 'antd' |
| | | import { Table, Input, Popconfirm, Form, Icon } from 'antd' |
| | | import Utils from '@/utils/utils.js' |
| | | import './index.scss' |
| | | |
| | |
| | | }) |
| | | return ( |
| | | <div className="model-search-edit-table"> |
| | | <Button onClick={this.handleAdd} type="primary" className="add-row"> |
| | | Add |
| | | </Button> |
| | | <Icon className="add-row" type="plus" onClick={this.handleAdd} /> |
| | | <Table |
| | | components={components} |
| | | rowClassName={() => 'editable-row'} |