WIP Добавил форму Термометрии

This commit is contained in:
DwCay
2023-05-12 19:14:41 +03:00
parent b5d67cc4bc
commit b353a9cdfb
4 changed files with 123 additions and 0 deletions

View File

@@ -634,4 +634,10 @@ export const protocolForms = [
key: "data",
state: "data",
},
{
title: "Термометрия (по показаниям)",
component: "ThermometryForm",
key: "thermometry",
state: "thermometry",
},
];