WIP Обновила конфиг
This commit is contained in:
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user