aggiornamento cataloghi, search
This commit is contained in:
@@ -36,7 +36,21 @@
|
||||
</template>
|
||||
|
||||
<template v-slot:no-option>
|
||||
<q-item>
|
||||
<q-item v-if="mystr">
|
||||
<q-item-section class="text-grey">
|
||||
<span
|
||||
v-if="Number.isInteger(parseInt(mystr))"
|
||||
@click="searchOnGM(mystr)"
|
||||
class="clickable-text"
|
||||
>
|
||||
Clicca qui per cercarlo su GM
|
||||
</span>
|
||||
<span v-else>
|
||||
Testo non trovato: '{{ mystr }}'
|
||||
</span>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-else>
|
||||
<q-item-section class="text-grey"> Digita il testo da cercare </q-item-section>
|
||||
</q-item>
|
||||
</template>
|
||||
@@ -113,7 +127,21 @@
|
||||
/>
|
||||
</template>
|
||||
<template v-slot:no-option>
|
||||
<q-item>
|
||||
<q-item v-if="mystr">
|
||||
<q-item-section class="text-grey">
|
||||
<span
|
||||
v-if="Number.isInteger(parseInt(mystr))"
|
||||
@click="searchOnGM(mystr)"
|
||||
class="clickable-text text-blue"
|
||||
>
|
||||
Clicca qui per cercarlo su GM
|
||||
</span>
|
||||
<span v-else>
|
||||
Testo non trovato: '{{ mystr }}'
|
||||
</span>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item v-else>
|
||||
<q-item-section class="text-grey"> Digita il testo da cercare </q-item-section>
|
||||
</q-item>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user