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

This commit is contained in:
megavrilinvv
2023-06-08 16:38:42 +03:00
parent ecb4e6f3e2
commit a4dce57eef
9 changed files with 141 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
color="primary",
size="16px",
label="Создать запись",
@click="createForm",
no-caps,
icon="add",
:style="{width: '100%', height: '40px'}",
@@ -82,7 +83,7 @@ import { patientList } from "@/pages/newCalendar/utils/calendarConfig.js";
export default {
name: "CalendarOpenSidebar",
props: { openSidebar: Function },
props: { openSidebar: Function, createForm: Function },
components: { BaseInput },
data() {
return {