RootGen (moved)

This commit is contained in:
Paolo Arena
2019-12-18 16:23:50 +01:00
parent 1df1965508
commit ad8f335d6c
22 changed files with 1383 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<template>
<CMyPage img="" :title="$t('otherpages.admin.userlist')" keywords="" description="Lista Utenti">
<CGridTableRec prop_mytable="users"
prop_mytitle="Lista Utenti"
:prop_mycolumns="db_fieldsTable.colTableUsers"
prop_colkey="userId"
nodataLabel="Nessun Utente"
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
</CGridTableRec>
</CMyPage>
</template>
<script lang="ts" src="./usersList.ts">
</script>
<style lang="scss" scoped>
@import './usersList.scss';
</style>