WIP Доделала превью карточки

This commit is contained in:
Daria Golova
2023-07-03 17:56:22 +03:00
parent 21e8a36237
commit e4a55094eb
5 changed files with 117 additions and 36 deletions

View File

@@ -285,8 +285,8 @@ export const patientData = {
export const recordList = [
{
id: "c3df0a95-8093-41f1-9584-5b70ee05e71c",
start: "2023-06-26T10:00:00Z",
end: "2023-06-26T11:00:00Z",
start: "2023-07-05T10:00:00Z",
end: "2023-07-05T11:00:00Z",
employee: {
id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
last_name: "Каневский",
@@ -299,6 +299,7 @@ export const recordList = [
first_name: "Ольга",
patronymic: "Васильевна",
birth_date: "1990-03-12",
photo: personImage,
contacts: [
{
value: "+7 (910) 4241313",
@@ -315,32 +316,22 @@ export const recordList = [
status: "partially_filled",
},
services: [
{
title: "Чистка зубов",
cost: 500,
},
{
title: "Осмотр",
cost: 0,
},
{
title: "Лечение среднего кариеса",
cost: 2000,
},
{
title: "Изготовление коронки",
cost: 2700,
color: "var(--bg-chip-blue-color)",
},
{
title: "Снятие слепков",
cost: 400,
color: "var(--bg-chip-yellow-color)",
},
],
},
{
id: "ba931000-7140-4977-bd09-1ac212b8b8e5",
start: "2023-06-28T15:00:00Z",
end: "2023-06-28T15:30:00Z",
start: "2023-07-06T15:00:00Z",
end: "2023-07-06T15:30:00Z",
employee: {
id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
last_name: "Каневский",
@@ -353,6 +344,7 @@ export const recordList = [
first_name: "Наталья",
patronymic: "Романовна",
birth_date: "1990-04-12",
photo: personImage,
contacts: [
{
value: "+7 (910) 4241313",
@@ -369,21 +361,20 @@ export const recordList = [
status: "not_filled",
},
services: [
{
title: "Чистка зубов",
cost: 500,
},
{
title: "Осмотр",
cost: 0,
color: "var(--bg-chip-blue-color)",
},
{
title: "Лечение среднего кариеса",
cost: 2000,
color: "var(--bg-chip-yellow-color)",
},
{
title: "Изготовление коронки",
cost: 2700,
color: "var(--bg-chip-pink-color)",
},
{
title: "Снятие слепков",
@@ -393,8 +384,8 @@ export const recordList = [
},
{
id: "4cd94bec-a0df-4a18-879d-f64cd6d7098e",
start: "2023-06-30T13:00:00Z",
end: "2023-06-30T14:30:00Z",
start: "2023-07-03T13:00:00Z",
end: "2023-07-03T14:30:00Z",
employee: {
id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
last_name: "Каневский",
@@ -407,6 +398,7 @@ export const recordList = [
first_name: "Ольга",
patronymic: "Васильевна",
birth_date: "1990-05-12",
photo: personImage,
contacts: [
{
value: "+7 (910) 4241313",
@@ -422,14 +414,17 @@ export const recordList = [
{
title: "Чистка зубов",
cost: 500,
color: "var(--bg-chip-blue-color)",
},
{
title: "Осмотр",
cost: 0,
color: "var(--bg-chip-yellow-color)",
},
{
title: "Лечение среднего кариеса",
cost: 2000,
color: "var(--bg-chip-pink-color)",
},
{
title: "Изготовление коронки",