Circuito Italia, dettagli...
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div v-if="tools.isUserOk() || noaut">
|
||||
|
||||
<div v-if="circuit">
|
||||
<q-item
|
||||
:class="
|
||||
@@ -34,21 +35,22 @@
|
||||
|
||||
<q-item-section :class="$q.dark.isActive ? `text-white` : `text-black`">
|
||||
<q-item-label
|
||||
class="text-center"
|
||||
@click="naviga(tools.getPathByTableAndRec(table, circuit))"
|
||||
><strong>{{ circuit.name }}</strong>
|
||||
<span v-if="circuit.subname"> ({{ circuit.subname }})</span>
|
||||
</q-item-label>
|
||||
<q-item-label
|
||||
<!---<q-item-label
|
||||
@click="naviga(tools.getPathByTableAndRec(table, circuit))"
|
||||
v-if="circuit.longdescr && circuit.longdescr !== circuit.name"
|
||||
caption
|
||||
lines="3"
|
||||
><em>{{ circuit.longdescr }}</em>
|
||||
</q-item-label>
|
||||
</q-item-label>-->
|
||||
<q-item-label v-if="visu === costanti.ENTER_TO_THE_CIRCUIT" caption>
|
||||
<span> Membri: {{ circuit.numMembers }}</span>
|
||||
</q-item-label>
|
||||
<q-item-label caption lines="3">
|
||||
<!--<q-item-label caption lines="3">
|
||||
<q-chip
|
||||
v-if="circuit.status !== undefined && circuit.status !== 0"
|
||||
:color="circuitStore.getColorCircuitClass(circuit)"
|
||||
@@ -85,7 +87,7 @@
|
||||
}}</q-tooltip>
|
||||
</q-btn>
|
||||
</q-chip>
|
||||
</q-item-label>
|
||||
</q-item-label>-->
|
||||
<q-item-label
|
||||
v-if="
|
||||
!circuit.transactionsEnabled &&
|
||||
|
||||
Reference in New Issue
Block a user