[WIP] Добавил форму зубной формулы

This commit is contained in:
DwCay
2023-05-25 19:09:43 +03:00
parent a87381773f
commit 8ce6fce06c
7 changed files with 73 additions and 1 deletions

View File

@@ -304,6 +304,9 @@ const getters = {
value: 120,
},
},
toothFormula: {
lacticBite: true,
},
};
},
getInitProtocol() {
@@ -330,6 +333,9 @@ const getters = {
},
},
disease: null,
toothFormula: {
lacticBite: false,
},
};
},
};