Skip to content
Snippets Groups Projects
Commit b3c50570 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files
parent 93f2463a
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
:is-result="true" :is-result="true"
:level="measureLevelSelected(item).actual_level" /> :level="measureLevelSelected(item).actual_level" />
<!-- <p class="my-3">Efficacité</p> --> <!-- <p class="my-3">Efficacité</p> -->
<button type="button" class="btn btn-primary" @click="showModal = item.id"> <button type="button" class="btn btn-primary mt-4" @click="showModal = item.id">
Afficher le détail de la mesure Afficher le détail de la mesure
</button> </button>
<MeasureLevelDetails v-show="showModal === item.id" :measure="item" :measure-level="measureLevelSelected(item)" @showModal="showModal = !showModal" /> <MeasureLevelDetails v-show="showModal === item.id" :measure="item" :measure-level="measureLevelSelected(item)" @showModal="showModal = !showModal" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment