[WIP] Добавил форму данных обследования

This commit is contained in:
megavrilinvv
2023-05-12 18:36:36 +03:00
parent 317e8c80fe
commit c192f777d1
6 changed files with 330 additions and 49 deletions

View File

@@ -628,4 +628,10 @@ export const protocolForms = [
},
rules: [(val) => val <= 10 && val >= 0],
},
{
title: "Данные обследования",
component: "DataForm",
key: "data",
state: "data",
},
];