mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
displaying forbidden room reservation slots
This commit is contained in:
@@ -19,7 +19,8 @@ export default {
|
|||||||
originalBackgrounds: "backgrounds",
|
originalBackgrounds: "backgrounds",
|
||||||
dropAllowed: "dropAllowed",
|
dropAllowed: "dropAllowed",
|
||||||
timezone: "timezone",
|
timezone: "timezone",
|
||||||
reservierbar: "isReservierbar"
|
reservierbar: "isReservierbar",
|
||||||
|
reservierbarMap: "reservierbarMap",
|
||||||
},
|
},
|
||||||
provide() {
|
provide() {
|
||||||
return {
|
return {
|
||||||
@@ -426,7 +427,8 @@ export default {
|
|||||||
v-cal-click:slot="{ date, part }"
|
v-cal-click:slot="{ date, part }"
|
||||||
>
|
>
|
||||||
<div class="fhc-calendar-empty-slot-plus">
|
<div class="fhc-calendar-empty-slot-plus">
|
||||||
<i class="fa-solid fa-plus"></i>
|
<i v-if="this.reservierbarMap?.[date.toISODate()]" class="fa-solid fa-plus"></i>
|
||||||
|
<i v-else class="fa-solid fa-ban" style="color: red;"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user