[WIP] Добавил аватары на страницу календаря
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user