Riso: Ris Italia, altre modifiche grafiche

Lista Utenti da Verificare
This commit is contained in:
Surya Paolo
2023-11-30 01:48:29 +01:00
parent fdf232b351
commit ee5235549e
42 changed files with 863 additions and 197 deletions

View File

@@ -64,6 +64,8 @@ export default defineComponent({
const table = ref(toolsext.TABMYGROUPS)
const circuitsnational = ref(<any[]>[])
const circuit = ref(<ICircuit | null | undefined>null)
watch(() => props.user, (newval, oldval) => {
@@ -83,6 +85,8 @@ export default defineComponent({
circuit.value = circuitStore.getCircuitByPath(props.circuitpath)
}
circuitsnational.value = circuitStore.getCircuitsNational()
if (props.account) {
myaccount.value = props.account
} else {
@@ -138,6 +142,7 @@ export default defineComponent({
myaccount,
save,
toolsext,
circuitsnational,
}
},
})