WIP Добавил список записей клиента

This commit is contained in:
DwCay
2023-05-03 19:35:44 +03:00
parent 51440e6def
commit 27ddeacf61
6 changed files with 97 additions and 4 deletions

View File

@@ -542,3 +542,10 @@ export const documentForm = [
],
},
];
export const mapEventStatus = {
COMPLETED: "Принят",
CANCELED: "Отказ",
RECEPTION: "На приеме",
PLANNED: "Не принят",
};