added new format

This commit is contained in:
2025-10-31 18:57:21 -06:00
parent 5cc24d9ad1
commit f413ca3812
2 changed files with 9 additions and 6 deletions
+3 -6
View File
@@ -183,17 +183,14 @@ export default function Editar() {
<div className="agregarEquipoContainer">
<div className="innerContainer">
<h2 className="information">
{inventario ? `Editar Equipo (${inventario})` : "Agregar Equipo"}
<span>{formData.tipoEquipo}</span>
<span>Inventario:{formData.inventario}</span>
<span>Fecha de censo:</span>
</h2>
<form className="equipoForm">
{/* Columna 1 */}
<div className="column">
<div className="formGroup">
<label>Inventario</label>
<input type="text" value={formData.inventario} disabled />
</div>
<div className="formGroup">
<label>Serie</label>
<input