diff --git a/admin/src/pages/Creation.vue b/admin/src/pages/Creation.vue index 7643ff771..6502da381 100644 --- a/admin/src/pages/Creation.vue +++ b/admin/src/pages/Creation.vue @@ -95,27 +95,15 @@ export default { { 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 ( - ` -