对接高级查询

This commit is contained in:
qq787203167
2022-05-23 16:38:23 +08:00
parent 9073ec1fe1
commit 543720ed38
3 changed files with 22 additions and 27 deletions
@@ -10,7 +10,7 @@
<a-select v-else-if="tagType=='select'" allowClear :getPopupContainer = "getPopupContainer" :placeholder="placeholder" :disabled="disabled" :value="getValueSting" @change="handleInput">
<!-- <a-select-option :value="null">{{$t('pleaseSelect')}}</a-select-option>-->
<a-select-option v-for="(item, key) in dictOptionsValue" :key="key" :value="item.value">
<span class="itemOption" :title=" item.text || item.label ">
<span class="itemOption-index" :title=" item.text || item.label ">
{{ item.text || item.label }}
</span>
</a-select-option>
@@ -118,7 +118,7 @@
}
</script>
<style scoped>
.itemOption {
.itemOption-index {
display: inline-block;
width: 100%;
overflow: hidden;