displaying student personal identity number and matriculation number

This commit is contained in:
adisposkofh
2026-05-06 13:22:38 +02:00
parent 86dc002fa6
commit d38641e312
4 changed files with 18 additions and 3 deletions
@@ -64,6 +64,10 @@ export default {
label: `${this.$p.t("person", "personenkennzeichen")}`,
value: this.data.personenkennzeichen,
},
matrikelnummer: {
label: this.$p.t('person/matrikelnummer'),
value: this.data.matrikelnummer
},
studiengang: {
label: `${this.$p.t("lehre", "studiengang")}`,
value: this.data.studiengang,