- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -485,7 +485,8 @@
showType === costanti.SHOW_MOVEMENTS && tablesel === 'movements'
"
>
<div class="q-pa-xs row items-start q-gutter-xs">
<CSingleMovement :mov="row" />
<!--<div v-if="false" class="q-pa-xs row items-start q-gutter-xs">
<q-card class="my-card text-black">
<q-toolbar
class="bg-primary text-white"
@@ -557,7 +558,7 @@
</div>
</q-card-section>
</q-card>
</div>
</div>-->
</div>
</div>
<template v-slot:loading>
@@ -1312,18 +1313,19 @@
<q-dialog
v-model="newRecordBool"
@hide="hidewindow"
:maximized="$q.screen.lt.sm"
class="dialog_class"
permanent
:maximized="false"
>
<q-card class="dialog_card">
<q-bar dense class="bg-primary text-white">
Aggiungi {{ mytitle }}:
{{t('dialog.insert')}} {{ mytitlenew }}:
<q-space />
<q-btn flat round color="white" icon="close" v-close-popup></q-btn>
</q-bar>
<q-card-section class="inset-shadow">
<div
:class="$q.screen.lt.sm ? `` : `row` + ` text-blue `"
:class="$q.screen.lt.sm ? `` : `` + ` text-blue `"
v-for="col in mycolumns"
:key="col.name"
>