WIP Добавил отображение данных в режиме просмотра

This commit is contained in:
DwCay
2023-05-15 18:51:49 +03:00
parent b850a8e19a
commit e289df0c90
4 changed files with 96 additions and 55 deletions

View File

@@ -131,6 +131,16 @@ const state = () => ({
hygieneIndex: 2,
KPUIndex: 3,
},
protocolThermometry: {
cold: {
temperature: 22,
result: "Нет реакции",
},
heat: {
temperature: 50,
result: "Повышенная чувствительность",
},
},
});
const getters = {