| | |
| | | const { Panel } = Collapse |
| | | const { confirm } = Modal |
| | | const SearchForm = asyncComponent(() => import('@/templates/sharecomponent/searchcomponent/searchform')) |
| | | const PasteComponent = asyncComponent(() => import('./pastecomponent')) |
| | | // const PasteComponent = asyncComponent(() => import('./pastecomponent')) |
| | | const DragElement = asyncComponent(() => import('./searchdragelement')) |
| | | const GDragElement = asyncComponent(() => import('./groupdragelement')) |
| | | const GroupForm = asyncComponent(() => import('./groupform')) |
| | |
| | | <Button type="primary" loading={saving} onClick={this.submitConfig}>保存</Button> |
| | | <Button onClick={this.cancelConfig}>关闭</Button> |
| | | {!group.floor ? <Button onClick={this.returnUp}>返回上级</Button> : null} |
| | | <PasteComponent insert={this.insert} /> |
| | | {/* <PasteComponent insert={this.insert} /> */} |
| | | <Switch checkedChildren="开" unCheckedChildren="关" defaultChecked={this.state.showField} onChange={(val) => this.setState({showField: val})} /> |
| | | </div> |
| | | <div className="setting"> |