Merge branch 'ASTRA-110' into 'master'

Исправил фильтрацию второго отображения формулы

See merge request andrusyakka/urban-couscous!439
This commit is contained in:
Aleksey Demin
2023-06-22 12:13:22 +00:00

View File

@@ -21,11 +21,14 @@
:form-config="formConfig"
)
.flex(v-else)
.cell.flex.flex-col.gap-y-7px.py-11px.items-center.justify-around(
.cell.flex(
v-for="cell in config.columns",
:class="{'flex-col-reverse': config.name === 'upper'}"
:style="{'width': '6.25%', 'minWidth': '55px'}",
)
.flex.flex-col.w-full.h-full.gap-y-7px.py-11px.items-center.justify-around(
v-if="filtredTooths.includes(cell.tooth_number)",
:class="{'flex-col-reverse': config.name === 'upper'}"
)
span.text-smm.font-medium {{cell.tooth_number}}
.flex.items-center.justify-center(
:style="{'width': '35px', 'height': '35px'}"