WIP Доделала отображение

This commit is contained in:
Daria Golova
2023-05-16 17:41:46 +03:00
parent 08532ac368
commit 7e46970f9b
4 changed files with 53 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
:open-card="openCard",
:close-card="closeCard"
)
div(v-for="form in protocolForms", :key="form.key")
div(v-for="form in protocolForms", :key="form.key", v-if="inspection || fillInspection")
component(v-bind:is="form.component", :data="form", :fill-inspection="fillInspection", :abc="abc")
.protocol.flex.justify-between.p-6(v-if="fillInspection")
.flex.h-fit.w-fit.gap-2