[WIP] Фикс запросов на основыне данные, добавил запросы для контактов

This commit is contained in:
megavrilinvv
2023-08-17 16:31:22 +03:00
parent 15cb788fcc
commit e3ad1396b6
4 changed files with 82 additions and 110 deletions

View File

@@ -19,31 +19,37 @@ export const baseDataForm = [
key: "last_name",
label: "Фамилия",
type: "text",
disabled: true,
},
{
key: "first_name",
label: "Имя",
type: "text",
disabled: true,
},
{
key: "patronymic",
label: "Отчество",
type: "text",
disabled: true,
},
{
key: "gender",
label: "Пол",
type: "select",
disabled: true,
},
{
key: "birth_date",
label: "Дата рождения",
type: "date",
disabled: true,
},
{
key: "photo",
label: "Фото",
type: "avatar",
disabled: true,
},
],
},