From 37f89010a4cc0de2c2b0a48d655a03221f481ee3 Mon Sep 17 00:00:00 2001 From: Simon Gschnell Date: Mon, 11 Dec 2023 15:18:44 +0100 Subject: [PATCH] adds Mitarbeiter und Studenten Profil Titel --- .../Cis/Profil/MitarbeiterProfil.js | 36 +++++++++++-------- .../Cis/Profil/MitarbeiterViewProfil.js | 26 +++++++------- .../js/components/Cis/Profil/StudentProfil.js | 33 +++++++++-------- .../Cis/Profil/StudentViewProfil.js | 23 ++++++------ 4 files changed, 62 insertions(+), 56 deletions(-) diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js index 71afab9cd..7b513801b 100644 --- a/public/js/components/Cis/Profil/MitarbeiterProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js @@ -92,6 +92,7 @@ export default { return { Allgemein: { + Username: this.data.username, Anrede: this.data.anrede, Titel: this.data.titel, @@ -187,7 +188,13 @@ export default {
- + + + + + + + @@ -246,23 +253,24 @@ export default {
+ + + +
+ +
+
MitarbeiterIn
+
- - - -
-
-
-
{{bez}}
-
{{wert?wert:"-"}}
-
- +
+
{{bez}}
+
{{wert?wert:"-"}}
+
-
+ +
- -
diff --git a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js index ec2c277a0..fc4f49641 100644 --- a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js @@ -191,22 +191,20 @@ export default {
+
+ +
+
MitarbeiterIn
+
- - -
-
-
-
{{bez}}
-
{{wert?wert:"-"}}
-
-
-
-
FH-Ausweis Status
-
{{"Der FH Ausweis ist am "+ wert+ " ausgegeben worden."}}
-
-
+
+
{{bez}}
+
{{wert?wert:"-"}}
+
+ + +
diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js index c22bafe4a..7f2088e43 100644 --- a/public/js/components/Cis/Profil/StudentProfil.js +++ b/public/js/components/Cis/Profil/StudentProfil.js @@ -68,6 +68,7 @@ export default { return { Allgemein: { + Username: this.data.username, Matrikelnummer: this.data.matrikelnummer, Anrede: this.data.anrede, @@ -82,7 +83,7 @@ export default { Verband: this.data.verband, Gruppe: this.data.gruppe, Personenkennzeichen: this.data.personenkennzeichen, - FhAusweisStatus: this.data.zutrittsdatum, + }, @@ -95,6 +96,7 @@ export default { } return { + FhAusweisStatus: this.data.zutrittsdatum, emails: this.data.emails, Kontakte: this.data.kontakte, Adressen: this.data.adressen, @@ -162,9 +164,6 @@ export default { - - -
@@ -221,20 +220,20 @@ export default {
+
+ +
+
StudentIn
+
- - -
-
-
-
{{bez}}
-
{{wert?wert:"-"}}
-
-
- -
- +
+
{{bez}}
+
{{wert?wert:"-"}}
+
+ + +
@@ -255,7 +254,7 @@ export default { -
+
FH-Ausweis Status
{{"Der FH Ausweis ist am "+ wert+ " ausgegeben worden."}}
diff --git a/public/js/components/Cis/Profil/StudentViewProfil.js b/public/js/components/Cis/Profil/StudentViewProfil.js index 4cca513bc..628414007 100644 --- a/public/js/components/Cis/Profil/StudentViewProfil.js +++ b/public/js/components/Cis/Profil/StudentViewProfil.js @@ -162,19 +162,20 @@ export default {
+
+ +
+
StudentIn
+
- - -
-
-
-
{{bez}}
-
{{wert?wert:"-"}}
-
-
- -
+
+
{{bez}}
+
{{wert?wert:"-"}}
+
+ + +