diff --git a/LiMan.UI/Components/CadCamSearchLic.razor b/LiMan.UI/Components/CadCamSearchLic.razor index 38167a1..8b398e6 100644 --- a/LiMan.UI/Components/CadCamSearchLic.razor +++ b/LiMan.UI/Components/CadCamSearchLic.razor @@ -27,19 +27,55 @@
| Numero | -Seriale | +Prodotto | +Opzioni | Data | Note | |
|---|---|---|---|---|---|---|
| @item.Number | -@item.Seriale | -@($"{item.Date:yyyy.MM.dd}") | +
+
+
+
+ ID: @item.ProductID
+
+
+ Vers: @item.ProductVersion
+
+
+
+
+ Level: @item.ProductLevel
+
+
+ D: @($"{item.ProductDeadline:yyyy.MM.dd}")
+
+ |
+
+
+
+
+ Opz1: @item.Option1
+
+
+ Opz2: @item.Option2
+
+
+
+
+ D: @($"{item.OptionDeadline:yyyy.MM.dd}")
+
+ |
+
+
+ @($"{item.Date:yyyy.MM.dd}")
+
+ @item.LockID
+ |
@item.Note |