Circuito Italia, dettagli...

This commit is contained in:
Surya Paolo
2023-11-27 11:13:01 +01:00
parent 114af5b3fd
commit a831f37069
9 changed files with 53 additions and 34 deletions

View File

@@ -137,6 +137,7 @@ export default defineComponent({
t,
myaccount,
save,
toolsext,
}
},
})

View File

@@ -6,6 +6,18 @@
<q-separator />
<q-btn
text-color="blue"
color="white"
class="shadow-5 q-mb-xs"
dense
flat
rounded
size="md"
@click="naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circuit))"
>
{{ circuit.name }}
</q-btn>
<CSaldo
v-if="tools.isUserOk() && myaccount"