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