[WIP] Фикс
This commit is contained in:
@@ -50,9 +50,6 @@ export default {
|
|||||||
changeEdit(value) {
|
changeEdit(value) {
|
||||||
this.isEdit = value;
|
this.isEdit = value;
|
||||||
},
|
},
|
||||||
changeModelValue(value, key) {
|
|
||||||
if (value) this.modelValue = key;
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
:close-card="closeCard"
|
:close-card="closeCard"
|
||||||
)
|
)
|
||||||
div(v-for="form in protocolForms", :key="form.key")
|
div(v-for="form in protocolForms", :key="form.key")
|
||||||
component(v-bind:is="form.component", :data="form" :fill-inspection="fillInspection")
|
component(v-bind:is="form.component", :data="form", :fill-inspection="fillInspection")
|
||||||
.protocol.flex.justify-between.p-6(v-if="fillInspection")
|
.protocol.flex.justify-between.p-6(v-if="fillInspection")
|
||||||
.flex.h-fit.w-fit.gap-2
|
.flex.h-fit.w-fit.gap-2
|
||||||
base-button.text-base.font-semibold(outlined, :size="40") Отменить
|
base-button.text-base.font-semibold(outlined, :size="40") Отменить
|
||||||
|
|||||||
Reference in New Issue
Block a user