WIP Обновила конфиг

This commit is contained in:
Daria Golova
2023-05-12 13:52:15 +03:00
parent 8d64c400c5
commit 3eb58099a0
3 changed files with 52 additions and 0 deletions

View File

@@ -561,3 +561,24 @@ export const mapEventStatus = {
color: "#9294A7",
},
};
export const protocolForms = [
{
title: "Прикус",
component: "IndexForm",
key: "bite",
state: "bite",
},
{
title: "Индекс гигиены",
component: "IndexForm",
key: "hygieneIndex",
state: "hygieneIndex",
},
{
title: "Индекс КПУ",
component: "IndexForm",
key: "KPUIndex",
state: "KPUIndex",
},
];