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

This commit is contained in:
DwCay
2023-06-22 15:12:09 +03:00
parent 980381ffe7
commit 1b2d579e74

View File

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