diff --git a/admin/src/pages/UserSearch.vue b/admin/src/pages/UserSearch.vue index 2c8b289e0..06d1629c1 100644 --- a/admin/src/pages/UserSearch.vue +++ b/admin/src/pages/UserSearch.vue @@ -40,29 +40,17 @@ export default { { key: 'email', label: this.$t('e_mail') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, - { + { key: 'creation', - label: this.$t('open_creation'), + // label: this.$t('open_creation') + 'Jan | Feb | März', + label: + this.$moment().subtract(2, 'month').format('MMM') + + ' | ' + + this.$moment().subtract(1, 'month').format('MMM') + + ' | ' + + this.$moment().format('MMM'), formatter: (value, key, item) => { - return ( - ` -