feat(checkbox col) ajout intitule : Valider
This commit is contained in:
parent
185a929ba0
commit
becab85954
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue