- Creazione "AbitareGliIblei"
- Mappa Interattiva con i markers
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
v-if="circuit.photos"
|
||||
avatar
|
||||
class="items-center"
|
||||
@click="cmdExt(costanti.CMD_OPEN_PAGE, circuit)"
|
||||
@click="cmdExt(costanti.CMD_OPEN_PAGE, null, circuit)"
|
||||
>
|
||||
<q-avatar size="60px">
|
||||
<q-img
|
||||
@@ -48,7 +48,7 @@
|
||||
</span>
|
||||
</q-item-section>
|
||||
|
||||
<q-item-section @click="cmdExt(costanti.CMD_OPEN_PAGE, circuit)">
|
||||
<q-item-section @click="cmdExt(costanti.CMD_OPEN_PAGE, null, circuit)">
|
||||
<q-item-label
|
||||
@click="naviga(tools.getPathByTableAndRec(table, circuit))"
|
||||
><strong>{{ circuit.name }}</strong>
|
||||
@@ -132,7 +132,7 @@
|
||||
<q-item
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="cmdExt(costanti.CMD_MODIFY, circuit._id)"
|
||||
@click="cmdExt(costanti.CMD_MODIFY, circuit._id, null)"
|
||||
>
|
||||
<q-item-section side>
|
||||
<q-icon name="fas fa-pencil-alt" />
|
||||
@@ -144,7 +144,7 @@
|
||||
<q-item
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="cmdExt(costanti.CMD_DELETE, circuit._id)"
|
||||
@click="cmdExt(costanti.CMD_DELETE, circuit._id, null)"
|
||||
>
|
||||
<q-item-section side>
|
||||
<q-icon name="fas fa-trash-alt" />
|
||||
|
||||
Reference in New Issue
Block a user