- corretto visualizzazione dei prodotti,
- inserimento nuovi prodotti nella tabella.
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineComponent({
|
||||
|
||||
const { setmeta } = MixinMetaTags()
|
||||
const filtroOrdini = ref(<any[]>[])
|
||||
const idGasordine = ref('')
|
||||
const idGasordine = ref(null)
|
||||
|
||||
function mounted() {
|
||||
let queryord = []
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
prop_mytable="products"
|
||||
prop_mytitle="Lista Prodotti"
|
||||
:prop_mycolumns="colTableProdShort"
|
||||
prop_colkey="name"
|
||||
prop_colkey="date_updated"
|
||||
nodataLabel="Nessun Prodotto"
|
||||
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user