mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-16 11:39:31 +00:00
adds Mitarbeiter und Studenten Profil Titel
This commit is contained in:
@@ -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 {
|
||||
<div class="col-md-2 col-sm-12" style="border:4px solid;border-color:lightgreen;">
|
||||
|
||||
|
||||
|
||||
<!-- START OF THE FIRST ROW WITH THE PROFIL IMAGE -->
|
||||
<!--<div class="row justify-content-center">-->
|
||||
<!-- <div class="col-auto ">-->
|
||||
<!-- <h3>Mitarbeiter</h3>-->
|
||||
<!-- </div> -->
|
||||
<!--</div>-->
|
||||
<!-- END OF THE ROW WITH THE IMAGE -->
|
||||
|
||||
|
||||
|
||||
@@ -246,23 +253,24 @@ export default {
|
||||
|
||||
<!-- FIRST COLUMN WITH PROFIL INFORMATION -->
|
||||
<div style="border:4px solid;border-color:red" class="col-lg-12 col-xl-6">
|
||||
|
||||
|
||||
|
||||
<dl class=" mb-0" >
|
||||
|
||||
<!-- MITARBEITER TITEL -->
|
||||
<div class="row mb-2">
|
||||
<dt class="col-12 " ><b>MitarbeiterIn</b></dt>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div v-for="(wert,bezeichnung) in personData">
|
||||
<dl class=" mb-0" v-else v-for="(wert,bez) in wert">
|
||||
<div class="row justify-content-center">
|
||||
<dt class="col-lg-4 col-6 " >{{bez}}</dt>
|
||||
<dd class=" col-lg-8 col-6 ">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
|
||||
<div v-for="(wert,bez) in personData.Allgemein" class="row">
|
||||
<dt class="col-lg-4 col-6 " >{{bez}}</dt>
|
||||
<dd class=" col-lg-8 col-6 ">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
|
||||
</dl>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -191,22 +191,20 @@ export default {
|
||||
<!-- FIRST COLUMN WITH PROFIL INFORMATION -->
|
||||
<div style="border:4px solid;border-color:red" class="col-lg-12 col-xl-6">
|
||||
|
||||
<dl class=" mb-0" >
|
||||
|
||||
<!-- MITARBEITER TITEL -->
|
||||
<div class="row mb-2">
|
||||
<dt class="col-12 " ><b>MitarbeiterIn</b></dt>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div v-for="(wert,bezeichnung) in personData">
|
||||
<dl class=" mb-0" v-else v-for="(wert,bez) in wert">
|
||||
<div class="row justify-content-center">
|
||||
<dt class="col-6" >{{bez}}</dt>
|
||||
<dd class=" col-6">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
</dl>
|
||||
<div class="row justify-content-center" v-if="bez=='FhAusweisStatus'">
|
||||
<dt class="col-6" >FH-Ausweis Status</dt>
|
||||
<dd class=" col-6 m-0">{{"Der FH Ausweis ist am "+ wert+ " ausgegeben worden."}}</dd>
|
||||
</div>
|
||||
</div>
|
||||
<div v-for="(wert,bez) in personData.Allgemein" class="row">
|
||||
<dt class="col-lg-4 col-6 " >{{bez}}</dt>
|
||||
<dd class=" col-lg-8 col-6 ">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- START OF THE FIRST ROW WITH THE PROFIL IMAGE -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto ">
|
||||
@@ -221,20 +220,20 @@ export default {
|
||||
<!-- FIRST COLUMN WITH PROFIL INFORMATION -->
|
||||
<div style="border:4px solid;border-color:red" class="col-lg-12 col-xl-6">
|
||||
|
||||
<dl class=" mb-0" >
|
||||
|
||||
<!-- STUDENTEN TITEL -->
|
||||
<div class="row mb-2">
|
||||
<dt class="col-12 " ><b>StudentIn</b></dt>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div v-for="(wert,bezeichnung) in personData">
|
||||
<dl class=" mb-0" v-else v-for="(wert,bez) in wert">
|
||||
<div class="row justify-content-center">
|
||||
<dt class="col-6" >{{bez}}</dt>
|
||||
<dd class=" col-6">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
<div v-for="(wert,bez) in personData.Allgemein" class="row">
|
||||
<dt class="col-lg-4 col-6 " >{{bez}}</dt>
|
||||
<dd class=" col-lg-8 col-6 ">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<!-- END OF THE FIRST INFORMATION COLUMN -->
|
||||
@@ -255,7 +254,7 @@ export default {
|
||||
|
||||
<!-- HIER IST DER FH AUSWEIS -->
|
||||
|
||||
<div class="row justify-content-center" v-if="bez=='FhAusweisStatus'">
|
||||
<div class="row justify-content-center" v-if="bezeichnung=='FhAusweisStatus'">
|
||||
<dt class="col-lg-4 col-6" >FH-Ausweis Status</dt>
|
||||
<dd class=" col-lg-8 col-6 m-0">{{"Der FH Ausweis ist am "+ wert+ " ausgegeben worden."}}</dd>
|
||||
</div>
|
||||
|
||||
@@ -162,19 +162,20 @@ export default {
|
||||
<!-- FIRST COLUMN WITH PROFIL INFORMATION -->
|
||||
<div style="border:4px solid;border-color:red" class="col-lg-12 col-xl-6">
|
||||
|
||||
<dl class=" mb-0" >
|
||||
|
||||
<!-- STUDENTEN TITEL -->
|
||||
<div class="row mb-2">
|
||||
<dt class="col-12 " ><b>StudentIn</b></dt>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div v-for="(wert,bezeichnung) in personData">
|
||||
<dl class=" mb-0" v-for="(wert,bez) in wert">
|
||||
<div class="row justify-content-center">
|
||||
<dt class="col-6" >{{bez}}</dt>
|
||||
<dd class=" col-6">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
<div v-for="(wert,bez) in personData.Allgemein" class="row">
|
||||
<dt class="col-lg-4 col-6 " >{{bez}}</dt>
|
||||
<dd class=" col-lg-8 col-6 ">{{wert?wert:"-"}}</dd>
|
||||
</div>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user