Skip to content

Commit

Permalink
UI vacation card
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama committed Feb 1, 2024
1 parent 3963661 commit 30fa3c9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions client/src/components/cards/vacationCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
}}</span>
</p>
</v-col>
<v-col cols="6" class="d-flex items-center">
<p>
Status :
{{ vacation.status }}
</p>
</v-col>

</v-row>

Expand All @@ -53,12 +59,7 @@
:items="leaveReasons" label="Reason" return-object item-title="name" :readonly="!couldUpdate">
</v-autocomplete>
</v-col>
<v-col cols="6" class="d-flex items-center">
<p>
Status :
{{ vacation.status }}
</p>
</v-col>

</v-row>

</v-card>
Expand Down

0 comments on commit 30fa3c9

Please sign in to comment.