Carrello Spesa

This commit is contained in:
Paolo Arena
2020-12-25 03:55:16 +01:00
parent a9c4b09062
commit 9828f4818a
53 changed files with 5538 additions and 72 deletions

View File

@@ -0,0 +1,27 @@
<template>
<CMyPage title="Prodotti" imgbackground="../../statics/images/prodotti.jpg" sizes="max-height: 120px">
<span>{{ setmeta({
title: 'Prodotti',
description: "",
keywords: '' } ) }}
</span>
<div class="q-ma-sm q-gutter-sm q-pa-xs">
<CTitleBanner title="Prodotti"></CTitleBanner>
<CGridTableRec prop_mytable="products"
prop_mytitle="Lista Prodotti"
:prop_mycolumns="getcolproducts"
prop_colkey="name"
nodataLabel="Nessun Prodotto"
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
</CGridTableRec>
</div>
</CMyPage>
</template>
<script lang="ts" src="./products.ts">
</script>
<style lang="scss" scoped>
@import 'products.scss';
</style>