diff --git a/src/views/lists/userlist.vue b/src/views/lists/userlist.vue index 7fc7647..4ad249e 100644 --- a/src/views/lists/userlist.vue +++ b/src/views/lists/userlist.vue @@ -1,7 +1,7 @@ @@ -26,6 +26,26 @@ export default { prop: 'Username', orderBy: 'username' }, + { + heading: 'Firma', + prop: 'Company', + orderBy: 'company' + }, + { + heading: 'Nachname', + prop: 'Lastname', + orderBy: 'lastname' + }, + { + heading: 'Vorname', + prop: 'Firstname', + orderBy: 'firstname' + }, + { + heading: 'Email', + prop: 'Email', + orderBy: 'email' + }, { heading: 'Reseller', prop: 'Reseller.Username'