| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Modal, Button, notification, Spin, Input, Typography, message } from 'antd' |
| | | import { Modal, Button, notification, Spin, Input, Typography, message, Tooltip } from 'antd' |
| | | |
| | | import Api from '@/api' |
| | | import G6 from "@antv/g6" |
| | |
| | | |
| | | return ( |
| | | <div className="tool-wrap"> |
| | | <Button icon="fork" shape="circle" onClick={this.trigger}/> |
| | | <Tooltip placement="left" title="表关系图"> |
| | | <Button icon="fork" shape="circle" onClick={this.trigger}/> |
| | | </Tooltip> |
| | | <Modal |
| | | title="" |
| | | wrapClassName="view-table-modal" |