| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Button, message } from 'antd' |
| | | import { Button, message, Tooltip } from 'antd' |
| | | |
| | | import MKEmitter from '@/utils/events.js' |
| | | // import './index.scss' |
| | |
| | | |
| | | return ( |
| | | <div className="tool-wrap"> |
| | | <Button icon={running ? 'pause' : 'forward'} shape="circle" onClick={this.trigger}/> |
| | | <Tooltip placement="left" title="无人值守"> |
| | | <Button icon={running ? 'pause' : 'forward'} shape="circle" onClick={this.trigger}/> |
| | | </Tooltip> |
| | | </div> |
| | | ) |
| | | } |