-
+
+
+
+ Monatsbeiträge
+ Status
+ Eingereicht
+ offene Stunden
+
+
+
+ {{ $d(new Date(minimalDate), 'monthAndYear') }}
+
+ {{ maxGddLastMonth > 0 ? 'Einreichen' : 'Max. erreicht' }}
+
+ {{ (1000 - maxGddLastMonth) / 20 }} h
+ {{ maxGddLastMonth / 20 }} h
+
+
+
+ {{ $d(new Date(), 'monthAndYear') }}
+
+ {{ maxGddThisMonth > 0 ? 'Einreichen' : 'Max. erreicht' }}
+
+ {{ (1000 - maxGddThisMonth) / 20 }} h
+ {{ maxGddThisMonth / 20 }} h
+
@@ -18,15 +36,5 @@ export default {
maxGddLastMonth: { type: Number, required: true },
maxGddThisMonth: { type: Number, required: true },
},
-
- methods: {
- textForMonth(date, availableAmount) {
- const obj = {
- monthAndYear: this.$d(date, 'monthAndYear'),
- creation: availableAmount,
- }
- return this.$t('contribution.formText.openAmountForMonth', obj)
- },
- },
}
diff --git a/frontend/src/components/Template/ContentHeader/NavCommunity.vue b/frontend/src/components/Template/ContentHeader/NavCommunity.vue
index eeca3eca0..20361e82c 100644
--- a/frontend/src/components/Template/ContentHeader/NavCommunity.vue
+++ b/frontend/src/components/Template/ContentHeader/NavCommunity.vue
@@ -1,20 +1,20 @@
-