[WIP] Настроил поля ввода документов, карточку создания события
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
<template lang="pug">
|
||||
.w-full.h-fit.pt-4.flex.gap-x-4(class="px-[52px] pb-[30px]")
|
||||
client-detail-info-section(v-model:section-info="dataDocument" section="pass")
|
||||
client-detail-info-section(
|
||||
v-model:section-info="dataDocument"
|
||||
section="pass"
|
||||
)
|
||||
.flex.flex-col
|
||||
client-detail-info-section(:section-info="dataAddress" section="addresses")
|
||||
.flex.flex-col
|
||||
client-detail-info-section(:section-info="dataAttachments" section="docs" :save-new-doc="saveNewDoc" :delete-doc="deleteDoc")
|
||||
client-detail-info-section(
|
||||
:section-info="dataAttachments"
|
||||
section="docs"
|
||||
:save-new-doc="saveNewDoc"
|
||||
:delete-doc="deleteDoc"
|
||||
)
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user