conditional statements to allow for personne moral creation and edit

This commit is contained in:
2022-03-24 11:40:06 +01:00
parent 688914906d
commit 06cc84a21f
3 changed files with 18 additions and 7 deletions

View File

@@ -65,7 +65,7 @@
</div>
<div v-if="thirdparty.kind === 'child' || thirdparty.kind === 'contact'">
<div id="child-info">
<div class="child-info">
<div class="input-group mb-3 input-section">
<select class="form-select form-select-lg" id="civility"
v-model="thirdparty.civility">
@@ -356,5 +356,6 @@ dl {
width: 49%;
}
}
</style>