WIP Подтянула контакты
This commit is contained in:
@@ -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) 424–13–13",
|
||||
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) 424–13–13",
|
||||
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) 424–13–13",
|
||||
kind: "PHONE",
|
||||
},
|
||||
],
|
||||
},
|
||||
status: "reception",
|
||||
medicalCard: {
|
||||
|
||||
Reference in New Issue
Block a user