[WIP] Доработал покраску и детализацию изображения зуба

This commit is contained in:
DwCay
2023-06-19 17:51:01 +03:00
parent 735abae887
commit 7ab1e2e129
7 changed files with 215 additions and 139 deletions

View File

@@ -1002,7 +1002,7 @@ export const protocolForms = [
},
root: {
options: (() => {
let arrayOptions = ["К", "П", "Д", "Пл"];
let arrayOptions = ["К", "П", "Д", "Пл", "КЗ", "Пт"];
return arrayOptions.map((item) => ({
value: item,
label: toothConditions[item],