| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { fromJS } from 'immutable' |
| | | import { Modal, Form, Icon, Tabs } from 'antd' |
| | | import { Modal, Form, Tabs } from 'antd' |
| | | import { EditOutlined } from '@ant-design/icons' |
| | | |
| | | import { getBaseForm } from './formconfig' |
| | | import asyncComponent from '@/utils/asyncComponent' |
| | |
| | | |
| | | return ( |
| | | <> |
| | | <Icon type="edit" style={{color: '#1890ff'}} title="编辑" onClick={this.showDrawer} /> |
| | | <EditOutlined style={{color: '#1890ff'}} title="编辑" onClick={this.showDrawer} /> |
| | | <Modal |
| | | wrapClassName="popview-modal custom-chart-edit-modal" |
| | | title="图表编辑" |
| | | title="自定义图表编辑" |
| | | visible={visible} |
| | | width={950} |
| | | maskClosable={false} |