ajout bouton forcer rechaegement json

This commit is contained in:
Christophe 2022-03-17 15:23:03 +01:00
parent 525694c1ee
commit 5bbd2190e2
2 changed files with 8 additions and 4 deletions

View file

@ -594,6 +594,10 @@ let monTableau = {
<i class="fa fas fa-eraser rouge"></i>
<i class="fa fa-filter fas"></i>
</button>
<button class="btn var_gamutable" type="button" @click.stop="chargerJson()"
title="Forcer">
<i class="fa fa-redo"></i>
</button>
<button class="btn gamutable--vueTable" title="Switcher en Vue tableau"
@click.stop="changerVue('tableau')"

File diff suppressed because one or more lines are too long