Skip to content

Commit

Permalink
fixed zuordnung list
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrodi committed Sep 9, 2024
1 parent e54d3c5 commit dd786b6
Showing 1 changed file with 22 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,26 +105,28 @@
v-for="zuordnung in zuordnungen"
:key="zuordnung.id"
>
<v-col>
<v-icon>mdi-account</v-icon>
{{ zuordnung.benutzerkennung }}
</v-col>
<v-col>
<v-icon>mdi-home</v-icon>
{{ zuordnung.fachbereich }}</v-col
>
<v-col>
<v-icon>mdi-email</v-icon>
{{ zuordnung.funktionsadresse }}</v-col
>
<v-col>
<v-icon>mdi-calendar-start</v-icon>
{{ zuordnung.gueltigAb }}
</v-col>
<v-col>
<v-icon>mdi-calendar-end</v-icon>
{{ zuordnung.gueltigBis }}
</v-col>
<v-row>
<v-col cols="2">
<v-icon>mdi-account</v-icon>
{{ zuordnung.benutzerkennung }}
</v-col>
<v-col cols="2">
<v-icon>mdi-home</v-icon>
{{ zuordnung.fachbereich }}</v-col
>
<v-col cols="2">
<v-icon>mdi-email</v-icon>
{{ zuordnung.funktionsadresse }}</v-col
>
<v-col cols="2">
<v-icon>mdi-calendar-start</v-icon>
{{ zuordnung.gueltigAb }}
</v-col>
<v-col cols="2">
<v-icon>mdi-calendar-end</v-icon>
{{ zuordnung.gueltigBis }}
</v-col>
</v-row>
</v-list-item>
</v-list>
<v-divider />
Expand Down

0 comments on commit dd786b6

Please sign in to comment.