CGridTableRec + fields + page
pagine: - Siti Web - Operazioni - Push...
This commit is contained in:
18
src/rootgen/admin/tablesList/tablesList.vue
Executable file
18
src/rootgen/admin/tablesList/tablesList.vue
Executable file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<CMyPage img="" :title="$t('otherpages.admin.userlist')" keywords="" description="">
|
||||
<CGridTableRec
|
||||
:prop_mytitle="$t('otherpages.admin.tableslist')"
|
||||
:nodataLabel="$t('grid.nodata')"
|
||||
noresultLabel="Il filtro selezionato non ha trovato nessun risultato"
|
||||
:tablesList="gettablesList()"
|
||||
>
|
||||
|
||||
</CGridTableRec>
|
||||
</CMyPage>
|
||||
</template>
|
||||
<script lang="ts" src="./tablesList.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './tablesList.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user