Files
freeplanet/src/rootgen/admin/usersList/usersList.vue

22 lines
687 B
Vue
Raw Normal View History

2019-12-18 16:23:50 +01:00
<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="_id"
2019-12-18 16:23:50 +01:00
nodataLabel="Nessun Utente"
noresultLabel="Il filtro selezionato non ha trovato nessun risultato"
:arrfilters="arrfilterand">
2019-12-18 16:23:50 +01:00
</CGridTableRec>
</CMyPage>
</template>
<script lang="ts" src="./usersList.ts">
</script>
<style lang="scss" scoped>
@import './usersList.scss';
</style>