diff --git a/components/WhereInput.vue b/components/WhereInput.vue index 46b227f9..42d08e6b 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -16,7 +16,7 @@ v-row @change='selectPlace') template(v-slot:item="{ item, attrs, on }") v-list-item(v-bind='attrs' v-on='on') - v-list-item-content(two-line v-if='item.create') + v-list-item-content(two-line v-if='item.create && search') v-list-item-title {{item.name}} v-list-item-content(two-line v-else) v-list-item-title(v-text='item.name')