[WIP] добавил адаптив расписания и бара, исправил апдейт

This commit is contained in:
megavrilinvv
2023-01-10 18:27:59 +03:00
parent 252d15f5bf
commit 6984b360f6
3 changed files with 83 additions and 54 deletions

View File

@@ -25,6 +25,7 @@
:show-time="showTime",
:clear-select="clearSelect",
:select-employee="selectEmployee",
:template="template",
@schedule-employee="createScheduleEmployee",
@schedules="distributeRequest"
)
@@ -32,7 +33,8 @@
:buttons="buttons",
:times="times",
:create-schedules="postCreateSchedules",
:delete-schedule="deleteSchedule"
:delete-schedule="deleteSchedule",
:template="template"
)
</template>
@@ -89,6 +91,7 @@ export default {
text: "'В'",
},
],
template: { item: { id: null, label: null } },
startMonth: moment().startOf("month"),
showTime: false,
schedulesDate: {},