WIP Доделала отображение
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user