mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
flex-table taken out of for-loop
This commit is contained in:
parent
3e9d96368d
commit
4a0ffd2cba
@ -5,7 +5,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<label class="col-form-label">{{ $tc('persons_associated.counter', counter) }}</label>
|
<label class="col-form-label">{{ $tc('persons_associated.counter', counter) }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-table mb-3">
|
||||||
<participation-item
|
<participation-item
|
||||||
v-for="participation in participations"
|
v-for="participation in participations"
|
||||||
v-bind:participation="participation"
|
v-bind:participation="participation"
|
||||||
@ -13,7 +13,7 @@
|
|||||||
@remove="removeParticipation"
|
@remove="removeParticipation"
|
||||||
@close="closeParticipation">
|
@close="closeParticipation">
|
||||||
</participation-item>
|
</participation-item>
|
||||||
|
</div>
|
||||||
<!-- <table class="table table-bordered table-striped border-dark align-middle" v-if="participations.length > 0">
|
<!-- <table class="table table-bordered table-striped border-dark align-middle" v-if="participations.length > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex-table mb-3">
|
|
||||||
<person-render-box
|
<person-render-box
|
||||||
:options="{
|
:options="{
|
||||||
addInfo : true,
|
addInfo : true,
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
</person-render-box>
|
</person-render-box>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user