From 166144e57e5ac340fcdb5551792d383ec8a8e916 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 13 Aug 2021 13:15:08 +0200 Subject: [PATCH] first conditionalities added analog to twig template --- .../components/PersonsAssociated.vue | 12 +++++-- .../PersonsAssociated/ParticipationItem.vue | 27 +++++++++++---- .../_components/Entity/PersonRenderBox.vue | 34 +++++++++---------- 3 files changed, 46 insertions(+), 27 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue index c5efafa16..cd05eb709 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue @@ -5,8 +5,16 @@
+ + + - +
-
+ + + + {{ participation.person.firstName }} + {{ participation.person.lastName }} - + + --> + +