This commit is contained in:
Andres2908
2021-01-25 19:56:54 -06:00
55 changed files with 243 additions and 223 deletions
+1
View File
@@ -207,6 +207,7 @@ export default {
},
fecha(date) {
const fecha = moment(date.substr(0, 10));
return `${fecha.date()}/${fecha.month() + 1}/${fecha.year()}`;
},
obtenerDatos(idStatus) {