diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js index 5798df630..ed577442c 100755 --- a/public/js/components/Cis/Profil/MitarbeiterProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js @@ -226,10 +226,8 @@ export default { Geburtsdatum: this.data.gebdatum, Geburtsort: this.data.gebort, Kurzzeichen: this.data.kurzbz, - Telefon: - (this.data.standort_telefon ? this.data.standort_telefon : "") + - " " + - this.data.telefonklappe, + Telefon: + (this.data.standort_telefon ? this.data.standort_telefon + " " + this.data.telefonklappe : this.data.telefonklappe), Büro: this.data.ort_kurzbz, }; }, diff --git a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js index 6e4b504f6..4d41b21c5 100755 --- a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js @@ -123,10 +123,8 @@ export default { Geburtsdatum: this.data.gebdatum, Geburtsort: this.data.gebort, Kurzzeichen: this.data.kurzbz, - Telefon: - (this.data.standort_telefon ? this.data.standort_telefon : "") + - " " + - this.data.telefonklappe, + Telefon: + (this.data.standort_telefon ? this.data.standort_telefon + " " + this.data.telefonklappe : this.data.telefonklappe), Büro: this.data.ort_kurzbz, }; }, diff --git a/public/js/components/Cis/Profil/ProfilComponents/RoleInformation.js b/public/js/components/Cis/Profil/ProfilComponents/RoleInformation.js index 32c6d286c..26fb06876 100755 --- a/public/js/components/Cis/Profil/ProfilComponents/RoleInformation.js +++ b/public/js/components/Cis/Profil/ProfilComponents/RoleInformation.js @@ -22,7 +22,7 @@ export default {
- {{title}} + {{title}}
@@ -32,7 +32,7 @@ export default {
{{bez }}
- {{wert?wert:'-'}} + {{wert?wert:'-'}} {{wert?wert:'-'}}