| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Button, Modal, notification, Spin, Empty } from 'antd' |
| | | import { Button, Modal, notification, Spin, Empty, Tooltip } from 'antd' |
| | | import { BranchesOutlined } from '@ant-design/icons' |
| | | |
| | | import Api from '@/api' |
| | |
| | | |
| | | return ( |
| | | <div className="tool-wrap"> |
| | | <Button shape="circle" onClick={this.trigger}><BranchesOutlined /></Button> |
| | | <Tooltip placement="left" title="工作流"> |
| | | <Button shape="circle" onClick={this.trigger}><BranchesOutlined /></Button> |
| | | </Tooltip> |
| | | <Modal |
| | | wrapClassName="flow-setting-modal" |
| | | title="工作流" |