cyril.tsui před 1 měsícem
rodič
revize
5164e824c8
1 změnil soubory, kde provedl 13 přidání a 13 odebrání
  1. +13
    -13
      src/components/InventorySearch/InventoryLotLineTable.tsx

+ 13
- 13
src/components/InventorySearch/InventoryLotLineTable.tsx Zobrazit soubor

@@ -79,19 +79,19 @@ const InventoryLotLineTable: React.FC<Props> = ({ inventoryLotLines, pagingContr
return arrayToDateString(params.expiryDate)
},
},
{
name: "status",
label: t("Status"),
type: "icon",
icons: {
available: <CheckCircleOutline fontSize="small"/>,
unavailable: <DoDisturb fontSize="small"/>,
},
colors: {
available: "success",
unavailable: "error",
}
},
// {
// name: "status",
// label: t("Status"),
// type: "icon",
// icons: {
// available: <CheckCircleOutline fontSize="small"/>,
// unavailable: <DoDisturb fontSize="small"/>,
// },
// colors: {
// available: "success",
// unavailable: "error",
// }
// },
],
[t],
);


Načítá se…
Zrušit
Uložit