[WIP] Добавил форму запланированных пациентов

This commit is contained in:
megavrilinvv
2023-07-25 14:01:04 +03:00
parent 967814c533
commit 4d8d8f410e
3 changed files with 118 additions and 5 deletions

View File

@@ -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,