| | |
| | | <i slot="suffix" class="el-icon-search" style="cursor: pointer" @click="searchClick"></i> |
| | | </el-input> |
| | | </div> |
| | | <div class="other-search"> |
| | | <!-- <div class="other-search"> |
| | | <div class="other-search-high" @click="highSearchClick"> |
| | | <div class="high-icon"><i class="el-icon-postcard"></i></div> |
| | | <div>高级查找</div> |
| | |
| | | <div class="high-icon"><i class="el-icon-discount"></i></div> |
| | | <div>标签查找</div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <div v-if="isTileSearch" class="search-bottom"> |
| | | <el-table :data="tileSearchData" style="width: 100%"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import QueryClassSettingDialog from "@/views/other/QueryClassSettingDialog.vue" |
| | | import QueryClassSettingDialog from "@/views/other/commonDialog/QueryClassSettingDialog" |
| | | |
| | | export default { |
| | | name: "SearchCommonView", |