From d8cd52f7a0377668397a263687f8c70df3c33a18 Mon Sep 17 00:00:00 2001 From: Simon Gschnell Date: Wed, 27 Dec 2023 11:16:18 +0100 Subject: [PATCH] accordion styling --- .../Cis/Profil/MitarbeiterProfil.js | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js index 900c7e83f..fe4622656 100644 --- a/public/js/components/Cis/Profil/MitarbeiterProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js @@ -284,10 +284,11 @@ export default { this.editData = JSON.parse( JSON.stringify( { - emails:this.data.emails, - kontakte: this.data.kontakte, - - personData : {...this.personData, vorname: this.data.vorname, nachname: this.data.nachname} + Personen_Informationen : {...this.personData, vorname: this.data.vorname, nachname: this.data.nachname}, + Mitarbeiter_Informatinen: this.specialData, + Emails:this.data.emails, + Private_Kontakte: this.data.kontakte, + Private_Adressen:this.privateAdressen, })); console.log(this.data.titelpre); @@ -313,8 +314,8 @@ export default { template: ` -
{{JSON.stringify(editData,null,2)}}
{{JSON.stringify(data.emails,null,2)}}
- +
@@ -535,8 +536,8 @@ export default {

-

@@ -545,7 +546,8 @@ export default {
-
+ + +
@@ -574,7 +580,7 @@ export default {
- +