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