From 4d8d8f410ebbaad2fcf95e3ccfec51ec80859bb8 Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Tue, 25 Jul 2023 14:01:04 +0300 Subject: [PATCH] =?UTF-8?q?[WIP]=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=84=D0=BE=D1=80=D0=BC=D1=83=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=BF=D0=B0=D1=86=D0=B8=D0=B5=D0=BD=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/sass/variables.sass | 5 +- .../BasicDataForms/TodaysPatientsForm.vue | 96 ++++++++++++++++++- src/pages/newCalendar/utils/calendarConfig.js | 22 +++++ 3 files changed, 118 insertions(+), 5 deletions(-) diff --git a/src/assets/sass/variables.sass b/src/assets/sass/variables.sass index 3ac4b5d..eb70ee6 100644 --- a/src/assets/sass/variables.sass +++ b/src/assets/sass/variables.sass @@ -91,6 +91,7 @@ --bg-chip-yellow-color: #fff0ca --bg-chip-pink-color: #F7D9FF --gray-thirdly: #f4f4f6 - --surface-blue-big: #ECF0FE - --gray-scondary:#DDDDE8 + --surface-blue-big: #ecf0fe + --gray-scondary: #dddde8 + --system-color-red: #f34549 diff --git a/src/pages/medcards/components/BasicDataForms/TodaysPatientsForm.vue b/src/pages/medcards/components/BasicDataForms/TodaysPatientsForm.vue index 1dccefe..f15038c 100644 --- a/src/pages/medcards/components/BasicDataForms/TodaysPatientsForm.vue +++ b/src/pages/medcards/components/BasicDataForms/TodaysPatientsForm.vue @@ -1,15 +1,105 @@ - + diff --git a/src/pages/newCalendar/utils/calendarConfig.js b/src/pages/newCalendar/utils/calendarConfig.js index 258ed09..8ca6ad6 100644 --- a/src/pages/newCalendar/utils/calendarConfig.js +++ b/src/pages/newCalendar/utils/calendarConfig.js @@ -119,6 +119,8 @@ export const patientList = [ birthday: "28.03.1980", avatar: personImage, check: false, + reception: "25.07.2023", + time: { from: "12:00", to: "14:00" }, }, { id: 1, @@ -128,6 +130,8 @@ export const patientList = [ birthday: "01.03.1975", avatar: personImage, check: false, + reception: "25.07.2023", + time: { from: "11:00", to: "12:00" }, }, { id: 2, @@ -137,6 +141,8 @@ export const patientList = [ birthday: "13.07.1999", avatar: personImage, check: false, + reception: "25.07.2023", + time: { from: "09:00", to: "11:00" }, }, { id: 3, @@ -146,6 +152,8 @@ export const patientList = [ birthday: "11.11.1991", avatar: personImage, check: false, + reception: "27.07.2023", + time: { from: "12:00", to: "14:00" }, }, { id: 4, @@ -155,6 +163,8 @@ export const patientList = [ birthday: "12.03.1989", avatar: personImage, check: false, + reception: "27.07.2023", + time: { from: "11:00", to: "14:00" }, }, { id: 5, @@ -164,6 +174,8 @@ export const patientList = [ birthday: "23.07.1949", avatar: personImage, check: false, + reception: "28.07.2023", + time: { from: "18:00", to: "19:00" }, }, { id: 6, @@ -173,6 +185,8 @@ export const patientList = [ birthday: "12.11.1995", avatar: personImage, check: false, + reception: "25.07.2023", + time: { from: "16:00", to: "17:00" }, }, { id: 7, @@ -182,6 +196,8 @@ export const patientList = [ birthday: "15.05.1989", avatar: personImage, check: false, + reception: "25.07.2023", + time: { from: "20:00", to: "21:00" }, }, { id: 8, @@ -191,6 +207,8 @@ export const patientList = [ birthday: "13.07.2000", avatar: personImage, check: false, + reception: "31.06.2023", + time: { from: "12:00", to: "14:00" }, }, { id: 9, @@ -200,6 +218,8 @@ export const patientList = [ birthday: "12.12.1986", avatar: personImage, check: false, + reception: "30.07.2023", + time: { from: "12:00", to: "14:00" }, }, { id: 10, @@ -209,6 +229,8 @@ export const patientList = [ birthday: "13.03.1979", avatar: personImage, check: false, + reception: "27.07.2023", + time: { from: "09:00", to: "10:00" }, }, ], choice: false,