mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
condition correction to fix display of addAddress btn in parcours and household tunnel
This commit is contained in:
parent
0943366d39
commit
a48b990c73
@ -55,6 +55,21 @@
|
|||||||
<address-render-box :address="address" :useDatePane="useDatePane"></address-render-box>
|
<address-render-box :address="address" :useDatePane="useDatePane"></address-render-box>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div v-if="onlyButton">
|
||||||
|
<action-buttons
|
||||||
|
:options="this.options"
|
||||||
|
:defaultz="this.defaultz"
|
||||||
|
class="add-address-btn">
|
||||||
|
<template v-slot:action>
|
||||||
|
<button @click.prevent="$emit('openEditPane')"
|
||||||
|
class="btn" :class="getClassButton"
|
||||||
|
type="button" name="button" :title="$t(getTextButton)">
|
||||||
|
<span v-if="displayTextButton">{{ $t(getTextButton) }}</span>
|
||||||
|
</button>
|
||||||
|
</template>
|
||||||
|
</action-buttons>
|
||||||
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user