diff --git a/censo_front/src/components/modalActualizar.vue b/censo_front/src/components/modalActualizar.vue
new file mode 100644
index 0000000..7d02419
--- /dev/null
+++ b/censo_front/src/components/modalActualizar.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+ Actualizar {{campo}}
+
+
+
+
+ Actual: {{value}}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/censo_front/src/components/pcsTable.vue b/censo_front/src/components/pcsTable.vue
index 30588d4..42b22df 100644
--- a/censo_front/src/components/pcsTable.vue
+++ b/censo_front/src/components/pcsTable.vue
@@ -21,46 +21,44 @@
- | {{ item.noInventario }} |
- {{ item.activoFijo }} |
- {{ item.modelo }} |
- {{ item.marca }} |
- {{ item.noSerie }} |
- {{ item.procesador }} |
- {{ item.vProcesador }} |
- {{ item.hdd }} |
- {{ item.memoriasz }} |
- {{ item.memoria }} |
- {{ item.vMemoria }} |
- {{ item.graficos }} |
- {{ item.osname }} |
- {{ item.noResguardo }} |
- {{ item.uResponsable }} |
- {{ item.nombreResponsable }} |
- {{ item.ubicacion }} |
- {{ item.uso }} |
+ {{ item.noInventario }} |
+ {{ item.activoFijo }} |
+ {{ item.modelo }} |
+ {{ item.marca }} |
+ {{ item.noSerie }} |
+ {{ item.procesador }} |
+ {{ item.vProcesador }} |
+ {{ item.hdd }} |
+ {{ item.memoriasz }} |
+ {{ item.memoria }} |
+ {{ item.vMemoria }} |
+ {{ item.graficos }} |
+ {{ item.osname }} |
+ {{ item.noResguardo }} |
+ {{ item.uResponsable }} |
+ {{ item.nombreResponsable }} |
+ {{ item.ubicacion }} |
+ {{ item.uso }} |
-
- Nombre
- Cantidad a pagar
-
- Enviar
- Cancelar
-
-
+