feat(checkbox col) ajout intitule : Valider

This commit is contained in:
Christophe 2025-07-03 10:21:09 +02:00
parent 185a929ba0
commit becab85954

View file

@ -91,7 +91,7 @@
class="flex justify-between">
<input class="ml-2" type="checkbox" @click.stop="validerCheckboxCol(head)" />
<button @click.stop="checkboxValider(head, checkbox[head])">
<i class="gt-check"></i>
<i class="gt-check"></i> <span class="checkCol">Valider</span>
</button>
</div>
<div v-if="filtreCol.indexOf(head) !== -1" :id="'filtreCol_' + head">