diff --git a/index.html b/index.html index a8fe52d..a204e42 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - censo + Censo
diff --git a/src/routes.js b/src/routes.js index 22a9409..c0ff2d1 100644 --- a/src/routes.js +++ b/src/routes.js @@ -6,6 +6,11 @@ import User from './views/User.vue' import AddEquip from './views/AddEquip.vue' const routes = [{ + path: '/', + component: Login, + name: 'default' + }, + { path: '/login', component: Login, name: 'login' diff --git a/src/views/AddEquip.vue b/src/views/AddEquip.vue index 054a940..8d9b9f8 100644 --- a/src/views/AddEquip.vue +++ b/src/views/AddEquip.vue @@ -1,6 +1,6 @@ diff --git a/src/views/Login.vue b/src/views/Login.vue index 8663b87..da3bde1 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -34,9 +34,9 @@
- +
-
- -
+
+
-
- Nombre de Usuario -
- - - Computadora - Impresora - +
+ +
+ Nombre de Usuario +
+ + + Computadora + Impresora + +
+
+
-
- - -
-
+
+ +
+
+

Sistema de censo

+
+ + + Impresoras + +
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ tableHead }}
+ {{ item.noInventario }} + {{ item.tipo }}{{ item.modelo }}{{ item.marca }}{{ item.serie }}{{ item.procesador }}{{ item.ram }}{{ item.rom }}{{ item.graficos }}{{ item.tipoM }}{{ item.speed }}{{ item.so }}{{ item.unidad }}{{ item.ubicacion }}{{ item.responsable }}{{ item.uso }}{{ item.resguardo }}
+
+ + Descargar +
+ +
+ + \ No newline at end of file