Fix : correction icone CSV
This commit is contained in:
parent
3325ac9c38
commit
1a081594a0
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ let monTableau = {
|
|||
v-show="this.namecsv"
|
||||
title="Exporter le tableau complet en csv"
|
||||
>
|
||||
<i class="fas fas fa-file-excel" aria-hidden="true" alt="csv"></i>
|
||||
<i class="fas fa fa-file-excel-o" aria-hidden="true" alt="csv"></i>
|
||||
</button>
|
||||
|
||||
<button class="btn" type="button" @click.stop="genererPDF('table')"
|
||||
|
|
Loading…
Add table
Reference in a new issue