- Categorie
- ProductInfo
This commit is contained in:
32
src/rootgen/admin/productInfos/productInfos.vue
Executable file
32
src/rootgen/admin/productInfos/productInfos.vue
Executable file
@@ -0,0 +1,32 @@
|
||||
<template>
|
||||
<CMyPage title="Info Prodotti" imgbackground="images/prodotti.jpg" sizes="max-height: 120px">
|
||||
<span>{{
|
||||
setmeta({
|
||||
title: 'Info Prodotti',
|
||||
description: '',
|
||||
keywords: '',
|
||||
})
|
||||
}}
|
||||
</span>
|
||||
|
||||
|
||||
<div class="q-ma-sm q-gutter-sm q-pa-xs">
|
||||
<CTitleBanner title="Info Prodotti"></CTitleBanner>
|
||||
<CGridTableRec
|
||||
prop_mytable="productinfos"
|
||||
prop_mytitle="Lista Info Prodotti"
|
||||
:prop_mycolumns="colTableProductInfos"
|
||||
prop_colkey="name"
|
||||
nodataLabel="Nessun Info Prodotto"
|
||||
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
|
||||
|
||||
</CGridTableRec>
|
||||
</div>
|
||||
</CMyPage>
|
||||
</template>
|
||||
<script lang="ts" src="./productInfos.ts">
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import 'productInfos.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user