npm run build
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>ASINEA</title><link href=css/app.5fdd47fa.css rel=preload as=style><link href=css/chunk-vendors.43c3da95.css rel=preload as=style><link href=js/app.f074253d.js rel=preload as=script><link href=js/chunk-vendors.593e4ceb.js rel=preload as=script><link href=css/chunk-vendors.43c3da95.css rel=stylesheet><link href=css/app.5fdd47fa.css rel=stylesheet></head><body><noscript><strong>We're sorry but asinea-front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.593e4ceb.js></script><script src=js/app.f074253d.js></script></body></html>
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>ASINEA</title><link href=css/app.7f58a0c9.css rel=preload as=style><link href=css/chunk-vendors.43c3da95.css rel=preload as=style><link href=js/app.93ddeeb4.js rel=preload as=script><link href=js/chunk-vendors.593e4ceb.js rel=preload as=script><link href=css/chunk-vendors.43c3da95.css rel=stylesheet><link href=css/app.7f58a0c9.css rel=stylesheet></head><body><noscript><strong>We're sorry but asinea-front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.593e4ceb.js></script><script src=js/app.93ddeeb4.js></script></body></html>
|
||||
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -648,19 +648,19 @@ export default {
|
||||
calcular: function() {
|
||||
let res = 0;
|
||||
if (this.actividad == "asistente") {
|
||||
res = +this.p_asistente;
|
||||
res += this.p_asistente;
|
||||
}
|
||||
if (this.actividad == "ponente") {
|
||||
res = +this.p_ponente;
|
||||
res += +this.p_ponente;
|
||||
}
|
||||
if (this.actividad == "taller") {
|
||||
res = +this.p_taller;
|
||||
res += this.p_taller;
|
||||
}
|
||||
if (this.actividad == "academico") {
|
||||
res = +this.p_taller;
|
||||
res += this.p_taller;
|
||||
}
|
||||
if (this.visita) {
|
||||
res = +this.p_visitar;
|
||||
res += this.p_visitar;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user