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