[WIP] Добавил аватары на страницу календаря

This commit is contained in:
megavrilinvv
2022-12-01 12:34:30 +03:00
parent 17db21306a
commit e24f301e44
11 changed files with 38 additions and 22 deletions

View File

@@ -1,12 +1,14 @@
<template lang="pug">
.calendar-container.flex
calendar-sidebar(
@width="changeWidth",
:url="url",
:team-data="employeesData",
:open-form-create="openFormCreateEvent",
:event-types="eventTypes"
:event-types="eventTypes",
@width="changeWidth",
)
calendar-schedule(
:url="url",
:owners-data="employeesData",
:current-date="currentDate",
:time-information="timeInformation",
@@ -60,6 +62,9 @@ export default {
BaseModal,
CalendarDeleteModal,
},
props: {
url: String,
},
data() {
return {
sidebarWidth: "72px",