From f5733368d093bc5cafd8550dc09d2362d43373f4 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Tue, 28 May 2024 15:52:28 +0200 Subject: [PATCH] Remove "wegleitung" when there are no points --- .../CompetenceCertificateComponent.vue | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/client/src/pages/competence/CompetenceCertificateComponent.vue b/client/src/pages/competence/CompetenceCertificateComponent.vue index 5c6793d9..b90a93a6 100644 --- a/client/src/pages/competence/CompetenceCertificateComponent.vue +++ b/client/src/pages/competence/CompetenceCertificateComponent.vue @@ -74,34 +74,35 @@ const frontendUrl = computed(() => { -
+
+
+
+ {{ $t("a.Note") }}: {{ userGrade }} +
+
- {{ $t("a.Note") }}: {{ userGrade }} + {{ $t("a.Ungerundete Note") }}: {{ userGradeRounded2Places }}. + + {{ $t("a.Wegleitung üK") }} +
{{ $t("a.competenceCertificateNoUserPoints") }}
-
- {{ $t("a.Ungerundete Note") }}: {{ userGradeRounded2Places }}. - - {{ $t("a.Wegleitung üK") }} - -
-
{{