- corretto scheda prodotto, record salvato
This commit is contained in:
@@ -1676,6 +1676,22 @@
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
<q-select
|
||||
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
|
||||
rounded
|
||||
outlined
|
||||
v-model="myel.catalogo.idTipoFormato"
|
||||
:options="Products.tipoformato"
|
||||
@update:model-value="modifElem"
|
||||
multiple
|
||||
label="Tipo Formato"
|
||||
style="width: 300px"
|
||||
option-value="IdTipoFormato"
|
||||
option-label="Descrizione"
|
||||
emit-value
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
<q-select
|
||||
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
|
||||
v-if="enableEdit"
|
||||
|
||||
Reference in New Issue
Block a user