File was renamed from src/menu/searchcomponent/index.jsx |
| | |
| | | import enUS from '@/locales/en-US/model.js' |
| | | import { getSearchForm } from '@/templates/zshare/formconfig' |
| | | |
| | | import SearchForm from './searchform' |
| | | import SearchForm from '@/templates/sharecomponent/searchcomponent/searchform' |
| | | import DragElement from './dragsearch' |
| | | import './index.scss' |
| | | |
| | |
| | | const { dict, searchlist, visible, sqlVerifing } = this.state |
| | | |
| | | return ( |
| | | <div className="model-custom-search-list"> |
| | | <div className="model-custom-header-search-list"> |
| | | <DragElement |
| | | list={searchlist} |
| | | handleList={this.handleList} |