feat: update nom des class iconfont
This commit is contained in:
parent
7b9aa0978a
commit
119288bada
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="gamutable">
|
<div class="gamutable">
|
||||||
|
|
||||||
<div class="gamutable--surTable">
|
<div class="gamutable--surTable">
|
||||||
<select id="parPage" v-model="parPageSelect">
|
<select id="parPage" v-model="parPageSelect">
|
||||||
<option v-for="v in tparpage" :key="v">{{ v }}</option>
|
<option v-for="v in tparpage" :key="v">{{ v }}</option>
|
||||||
|
@ -41,12 +40,12 @@
|
||||||
</button>
|
</button>
|
||||||
<button class="btn gamutable--exportCSV export--complet" type="button" @click.stop="exportCSV('table')"
|
<button class="btn gamutable--exportCSV export--complet" type="button" @click.stop="exportCSV('table')"
|
||||||
v-show="namecsv" title="Exporter le tableau complet en csv">
|
v-show="namecsv" title="Exporter le tableau complet en csv">
|
||||||
<i class="gt-excel" aria-hidden="true" alt="csv"></i>
|
<i class="gt-csv-alt" aria-hidden="true" alt="csv"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn export--complet" type="button" @click.stop="genererPDF('table')" v-show="fichierpdf"
|
<button class="btn export--complet" type="button" @click.stop="genererPDF('table')" v-show="fichierpdf"
|
||||||
title="Générer le PDF du tableau complet">
|
title="Générer le PDF du tableau complet">
|
||||||
<i class="gt-pdf rouge" aria-hidden="true" alt="pdf"></i>
|
<i class="gt-pdf-alt rouge" aria-hidden="true" alt="pdf"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<span v-show="chargement" class="rouge">
|
<span v-show="chargement" class="rouge">
|
||||||
|
|
Loading…
Add table
Reference in a new issue