From f3a5d04e0dbc577165c27608050c943a943929f5 Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Mon, 19 Jun 2023 17:12:02 +0300 Subject: [PATCH] =?UTF-8?q?[WIP]=20=D0=A0=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=84=D0=BE=D1=80=D0=BC=D1=83=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B7=D0=B0=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B8=20=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D1=82=D1=8B,=20=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B8=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=B2=D1=88=D0=B8=D1=85=D1=81=D1=8F=20=D1=83?= =?UTF-8?q?=D1=81=D0=BB=D1=83=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/HeaderRecordForm.vue | 125 ++++++++++++++++ .../components/RecordCreationForm.vue | 136 ++++-------------- 2 files changed, 151 insertions(+), 110 deletions(-) create mode 100644 src/pages/newCalendar/components/HeaderRecordForm.vue diff --git a/src/pages/newCalendar/components/HeaderRecordForm.vue b/src/pages/newCalendar/components/HeaderRecordForm.vue new file mode 100644 index 0000000..d5116f1 --- /dev/null +++ b/src/pages/newCalendar/components/HeaderRecordForm.vue @@ -0,0 +1,125 @@ + + + + + diff --git a/src/pages/newCalendar/components/RecordCreationForm.vue b/src/pages/newCalendar/components/RecordCreationForm.vue index c1ac2e4..2ac0f0d 100644 --- a/src/pages/newCalendar/components/RecordCreationForm.vue +++ b/src/pages/newCalendar/components/RecordCreationForm.vue @@ -1,58 +1,10 @@