Распределила из events владельцев событий

This commit is contained in:
Daria Golova
2022-10-21 16:53:21 +03:00
parent f08cc48415
commit b08f91f9ae
5 changed files with 203 additions and 24 deletions

View File

@@ -17,7 +17,7 @@
)
calendar-background(
:hours-array="hoursArray"
:column-information="columnInformation"
:events-data="eventsData"
)
.time-circle-indicator.left-74px(
v-if="isShownIndicator"
@@ -54,10 +54,10 @@ export default {
return {};
},
},
columnInformation: {
type: Object,
eventsData: {
type: Array,
default() {
return {};
return [];
},
},
},
@@ -219,7 +219,7 @@ export default {
<style lang="sass" scoped>
.schedule
background-color: var(--default-white)
width: calc(100% - 8px)
width: calc(100% - 80px)
.time-line-indicator
width: calc(100% - 80px)