WIP Подтянула контакты

This commit is contained in:
Daria Golova
2023-06-27 17:59:15 +03:00
parent 52379afe65
commit 1e162f2b3b
2 changed files with 109 additions and 12 deletions

View File

@@ -7,6 +7,41 @@ import filled from "@/assets/icons/medcard_filled.svg";
import partially_filled from "@/assets/icons/medcard_partially_filled.svg";
import not_filled from "@/assets/icons/medcard_not_filled.svg";
export const networks = [
{
id: "VK",
icon: "app:icon-vk",
},
{
id: "TELEGRAM",
icon: "app:icon-tg",
},
{
id: "GMAIL",
icon: "app:icon-google",
},
{
id: "SLACK",
icon: "app:icon-slack",
},
{
id: "DISCORD",
icon: "app:icon-discord",
},
{
id: "VIBER",
icon: "wifi_calling_3",
},
{
id: "PHONE",
icon: "app:phone",
},
{
id: "EMAIL",
icon: "app:mail",
},
];
export const recordingStatuses = [
{
label: "Не принят",
@@ -263,6 +298,16 @@ export const recordList = [
last_name: "Харитонова",
first_name: "Ольга",
patronymic: "Васильевна",
contacts: [
{
value: "+7 (910) 4241313",
kind: "PHONE",
},
{
value: "Haritonich@mail.ru",
kind: "EMAIL",
},
],
},
status: "not_accepted",
medicalCard: {
@@ -284,6 +329,16 @@ export const recordList = [
last_name: "Гаранова",
first_name: "Наталья",
patronymic: "Романовна",
contacts: [
{
value: "+7 (910) 4241313",
kind: "PHONE",
},
{
value: "Haritonich@mail.ru",
kind: "EMAIL",
},
],
},
status: "accepted",
medicalCard: {
@@ -305,6 +360,12 @@ export const recordList = [
last_name: "Харитонова",
first_name: "Ольга",
patronymic: "Васильевна",
contacts: [
{
value: "+7 (910) 4241313",
kind: "PHONE",
},
],
},
status: "reception",
medicalCard: {