From 4c2f602706e9485580cfc441a31e63fe72c3076d Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 15 Feb 2023 17:14:27 +0100 Subject: [PATCH] fix icone ordinamento --- StockMan.CORE/Components/ItemList.razor | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/StockMan.CORE/Components/ItemList.razor b/StockMan.CORE/Components/ItemList.razor index 37747d8..269cace 100644 --- a/StockMan.CORE/Components/ItemList.razor +++ b/StockMan.CORE/Components/ItemList.razor @@ -45,38 +45,44 @@ else @if (orderType == orderTypeEnum.codExtAscending) { - + COD. FORNITORE + } else if (orderType == orderTypeEnum.codExtDescending) { - + COD. FORNITORE + } else { - + COD. FORNITORE + } @if (orderType == orderTypeEnum.stockAscending) { - + STOCK + } else if (orderType == orderTypeEnum.stockDescending) { - + STOCK + } else { - + STOCK + }