set notif if service your province
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</q-item-label>
|
||||
<q-item-label
|
||||
@click="naviga(tools.getPathByTableAndRec(table, circuit))"
|
||||
v-if="circuit.longdescr"
|
||||
v-if="circuit.longdescr && circuit.longdescr !== circuit.name"
|
||||
caption
|
||||
lines="3"
|
||||
><em>{{ circuit.longdescr }}</em>
|
||||
@@ -107,7 +107,7 @@
|
||||
lines="1"
|
||||
>
|
||||
<CSaldo
|
||||
v-if="tools.isUserOk() && username === account.username"
|
||||
v-if="tools.isUserOk() && username === myusername()"
|
||||
:account="account"
|
||||
:symbol="circuit.symbol"
|
||||
:color="circuit.color"
|
||||
|
||||
Reference in New Issue
Block a user