diff --git a/mvp/b2c/src/app/panel/precios/page.tsx b/mvp/b2c/src/app/panel/precios/page.tsx index 6c3b4fd..e77b81e 100644 --- a/mvp/b2c/src/app/panel/precios/page.tsx +++ b/mvp/b2c/src/app/panel/precios/page.tsx @@ -120,10 +120,10 @@ export default async function PreciosPage() {
{items.length === 0 &&

Sin materiales.

} {items.map((item) => ( -
- {item.nombre} +
+ {item.nombre} {item.calidad} - {item.unidad} + {item.unidad} {item.esDefault && ( default )} @@ -134,7 +134,7 @@ export default async function PreciosPage() { type="number" step="0.01" defaultValue={item.precioUnit / 100} - className="w-24 border border-gray-300 rounded-lg px-2 py-1 text-right" + className="w-20 border border-gray-300 rounded-lg px-2 py-1 text-right" /> @@ -176,7 +176,7 @@ export default async function PreciosPage() {

Importar catálogo (CSV)

- Cabecera: categoria,nombre,calidad,precio,unidad,descriptor_render,sku. El + Cabecera: categoria,nombre,calidad,precio,unidad,descriptor_render,sku. El precio en euros. Actualiza por SKU.

void}>