From 0e3d671bd91c1039401e878b0434a2ac6ea8b6fd Mon Sep 17 00:00:00 2001 From: Abraham Date: Thu, 17 Jul 2025 14:54:24 -0700 Subject: [PATCH] =?UTF-8?q?Peque=C3=B1o=20fix=20en=20tabla=20pluto=20inven?= =?UTF-8?q?tario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../infrastructure/pages/inventario_page.dart | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/pages/infrastructure/pages/inventario_page.dart b/lib/pages/infrastructure/pages/inventario_page.dart index 1f7db7c..e5616c8 100644 --- a/lib/pages/infrastructure/pages/inventario_page.dart +++ b/lib/pages/infrastructure/pages/inventario_page.dart @@ -392,7 +392,7 @@ class _InventarioPageState extends State field: 'id', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.center, - width: 100, + /* width: 100, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -418,7 +418,7 @@ class _InventarioPageState extends State field: 'nombre', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.left, - width: 200, + /* width: 200, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -495,7 +495,7 @@ class _InventarioPageState extends State field: 'categoria_nombre', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.center, - width: 140, + /* width: 140, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -539,7 +539,7 @@ class _InventarioPageState extends State field: 'activo', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.center, - width: 100, + /* width: 100, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -593,7 +593,7 @@ class _InventarioPageState extends State field: 'en_uso', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.center, - width: 100, + /* width: 100, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -631,7 +631,7 @@ class _InventarioPageState extends State field: 'ubicacion', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.left, - width: 180, + /* width: 180, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -673,7 +673,7 @@ class _InventarioPageState extends State field: 'descripcion', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.left, - width: 200, + /* width: 200, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -701,7 +701,7 @@ class _InventarioPageState extends State field: 'fecha_registro', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.center, - width: 120, + /* width: 120, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor, @@ -726,7 +726,7 @@ class _InventarioPageState extends State field: 'editar', titleTextAlign: PlutoColumnTextAlign.center, textAlign: PlutoColumnTextAlign.center, - width: 120, + /* width: 120, */ type: PlutoColumnType.text(), enableEditingMode: false, backgroundColor: AppTheme.of(context).primaryColor,