ajout class sur les boutons d'export
This commit is contained in:
parent
583a2b7d04
commit
0766359956
4 changed files with 6 additions and 7 deletions
1
dist/assets/gamutable-d97d8bc9.js
vendored
1
dist/assets/gamutable-d97d8bc9.js
vendored
File diff suppressed because one or more lines are too long
2
dist/manifest.json
vendored
2
dist/manifest.json
vendored
|
@ -3,7 +3,7 @@
|
|||
"file": "assets/vendor-f73869ed.js"
|
||||
},
|
||||
"gamutable.js": {
|
||||
"file": "assets/gamutable-d97d8bc9.js",
|
||||
"file": "assets/gamutable-402614de.js",
|
||||
"imports": [
|
||||
"_vendor-f73869ed.js"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<paquet
|
||||
prefix="gamutable"
|
||||
categorie="outil"
|
||||
version="4.2.9"
|
||||
version="4.2.10"
|
||||
etat="test"
|
||||
compatibilite="[3.2.0-dev;4.1.*]"
|
||||
logo="prive/themes/spip/images/gamutable-xx.svg"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<i class="fas fa fa-th-large"></i>
|
||||
</button>
|
||||
<button
|
||||
class="btn gamutable--exportCSV"
|
||||
class="btn gamutable--exportCSV export--affiche"
|
||||
type="button"
|
||||
@click.stop="exportCSV()"
|
||||
v-show="namecsv"
|
||||
|
@ -72,7 +72,7 @@
|
|||
></i>
|
||||
</button>
|
||||
<button
|
||||
class="btn"
|
||||
class="btn export--affiche"
|
||||
type="button"
|
||||
@click.stop="genererPDF()"
|
||||
v-show="fichierpdf"
|
||||
|
@ -85,7 +85,7 @@
|
|||
></i>
|
||||
</button>
|
||||
<button
|
||||
class="btn gamutable--exportCSV"
|
||||
class="btn gamutable--exportCSV export--complet"
|
||||
type="button"
|
||||
@click.stop="exportCSV('table')"
|
||||
v-show="namecsv"
|
||||
|
@ -99,7 +99,7 @@
|
|||
</button>
|
||||
|
||||
<button
|
||||
class="btn"
|
||||
class="btn export--complet"
|
||||
type="button"
|
||||
@click.stop="genererPDF('table')"
|
||||
v-show="fichierpdf"
|
||||
|
|
Loading…
Add table
Reference in a new issue