CGridTableRec + fields + page
pagine: - Siti Web - Operazioni - Push...
This commit is contained in:
31
src/rootgen/admin/pages/pages.vue
Executable file
31
src/rootgen/admin/pages/pages.vue
Executable file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<CMyPage title="Pagine" imgbackground="../../public/images/calendario_eventi.jpg" sizes="max-height: 120px">
|
||||
<span>{{
|
||||
setmeta({
|
||||
title: 'Pagine',
|
||||
description: '',
|
||||
keywords: '',
|
||||
})
|
||||
}}
|
||||
</span>
|
||||
|
||||
<div class="q-ma-sm q-gutter-sm q-pa-xs">
|
||||
<CTitleBanner title="Pagine"></CTitleBanner>
|
||||
<CGridTableRec
|
||||
prop_mytable="mypage"
|
||||
prop_mytitle="Lista Pagine"
|
||||
:prop_mycolumns="colmypage"
|
||||
prop_colkey="title"
|
||||
nodataLabel="Nessuna Pagina"
|
||||
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
|
||||
|
||||
</CGridTableRec>
|
||||
</div>
|
||||
</CMyPage>
|
||||
</template>
|
||||
<script lang="ts" src="./pages.ts">
|
||||
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import 'pages.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user