excel reports
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"axios": "^0.19.2",
|
||||
"bootstrap": "^4.5.0",
|
||||
"bootstrap-vue": "^2.16.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"csv": "^5.3.2",
|
||||
"file-system": "^2.2.2",
|
||||
"fs": "0.0.1-security",
|
||||
|
||||
+2
-4
@@ -89,9 +89,7 @@
|
||||
<b-spinner variant="primary" label="Spinning" v-if="loading"></b-spinner>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<button
|
||||
v-on:click="onDescarga(respuesta)"
|
||||
class="btn btn-lg btn-success mt-3">Descargar</button>
|
||||
@@ -233,7 +231,7 @@ export default {
|
||||
|
||||
},
|
||||
admin() {
|
||||
return !!window.localStorage.isAdmin;
|
||||
// return !!window.localStorage.isAdmin;
|
||||
return JSON.parse(window.localStorage.isAdmin);
|
||||
},
|
||||
onDescarga(datos){
|
||||
|
||||
Reference in New Issue
Block a user