| | |
| | | <el-option v-for="item in queryClassOptions" :key="item.value" :label="item.label" :value="item.value"> |
| | | </el-option> |
| | | </el-select> |
| | | <div class="query-class-btn"> |
| | | <div class="query-class-btn" @click="queryClassClick"> |
| | | <i class="el-icon-setting"></i> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- 查询分类弹窗 --> |
| | | <QueryClassSettingDialog v-if="queryClassSetConfig.visible" :editCommonConfig="queryClassSetConfig" /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import QueryClassSettingDialog from "@/views/other/commonDialog/QueryClassSettingDialog" |
| | | |
| | | export default { |
| | | name: "SearchCommonView", |
| | | components: { QueryClassSettingDialog }, |
| | | props: { |
| | | queryClass: { |
| | | type: String, |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | queryClassSetConfig: { |
| | | visible: false, |
| | | infomation: {} |
| | | }, |
| | | queryClassValue: this.queryClass, |
| | | searchInput: "", |
| | | searchSelValue: this.searchSel, |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | queryClassClick() { |
| | | this.queryClassSetConfig = { |
| | | visible: true |
| | | } |
| | | }, |
| | | searchClick() { |
| | | console.log("sssssssssss") |
| | | }, |
| | |
| | | font-size: 16px; |
| | | margin-left: 10px; |
| | | color: #bebebe; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | .search { |
| | |
| | | margin-left: 20px; |
| | | .other-search-high { |
| | | display: flex; |
| | | cursor: pointer; |
| | | .high-icon { |
| | | font-size: 18px; |
| | | } |
| | |
| | | .other-search-tile, |
| | | .other-search-label { |
| | | display: flex; |
| | | cursor: pointer; |
| | | margin-left: 20px; |
| | | .high-icon { |
| | | font-size: 18px; |