flex-table taken out of for-loop

This commit is contained in:
Julie Lenaerts 2021-08-19 12:29:08 +02:00
parent 3e9d96368d
commit 4a0ffd2cba
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<div>
<label class="col-form-label">{{ $tc('persons_associated.counter', counter) }}</label>
</div>
<div class="flex-table mb-3">
<participation-item
v-for="participation in participations"
v-bind:participation="participation"
@ -13,7 +13,7 @@
@remove="removeParticipation"
@close="closeParticipation">
</participation-item>
</div>
<!-- <table class="table table-bordered table-striped border-dark align-middle" v-if="participations.length > 0">
<thead>
<tr>

View File

@ -1,5 +1,5 @@
<template>
<div class="flex-table mb-3">
<person-render-box
:options="{
addInfo : true,
@ -47,7 +47,7 @@
</template>
</person-render-box>
</div>
</template>