[WIP] Настроил поля ввода документов, карточку создания события

This commit is contained in:
megavrilinvv
2022-11-09 19:31:15 +03:00
parent 7b5129e8d1
commit 098f46e981
6 changed files with 48 additions and 15 deletions

View File

@@ -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>