Cataloghi...

This commit is contained in:
Surya Paolo
2025-02-05 12:13:36 +01:00
parent 979f90f980
commit 2533da3692
20 changed files with 171 additions and 105 deletions

View File

@@ -1045,6 +1045,7 @@
@save="SaveValue"
@show="selItem(props.row, col)"
@showandsave="showandsave"
:dense="true"
>
</CMyPopupEdit>
</div>
@@ -1195,6 +1196,7 @@
@save="SaveValue"
@show="selItem(props.row, col)"
@showandsave="showandsave"
:dense="true"
>
</CMyPopupEdit>
</div>
@@ -1390,6 +1392,7 @@
@showandsave="showandsave"
@annulla="annulla"
@update_col="update_col"
:dense="true"
>
</CMyPopupEdit>
</div>
@@ -1507,7 +1510,7 @@
size="md"
dense
:icon="!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'"
:label="!showfilteradv ? $t('grid.advanced_filters') : $t('grid.hide_advanced_filters')"
:label="!showfilteradv ? $t('grid.show_campi_avanzati') : $t('grid.hide_campi_avanzati')"
@click="showfilteradv = !showfilteradv"
></q-btn>
</div>