diff --git a/LiMan.UI/Components/ListAttach.razor b/LiMan.UI/Components/ListAttach.razor index cfe5da2..36dc28a 100644 --- a/LiMan.UI/Components/ListAttach.razor +++ b/LiMan.UI/Components/ListAttach.razor @@ -6,9 +6,9 @@
| + @* | - | + *@# | OriginalName | FullStoragePath | diff --git a/LiMan.UI/Components/ListAttach.razor.cs b/LiMan.UI/Components/ListAttach.razor.cs index 5705a1a..abf22e1 100644 --- a/LiMan.UI/Components/ListAttach.razor.cs +++ b/LiMan.UI/Components/ListAttach.razor.cs @@ -14,7 +14,42 @@ namespace LiMan.UI.Components { public partial class ListAttach { - private List
|---|
| - - | -# | -Richiedente | -Contatti | -- Descrizione - | -
|---|
| - - | -
- @record.IdxTicket - @record.Status - |
-
- @record.ContactName
- @record.DtReq
- |
-
- @record.ContactEmail
- @record.ContactPhone
- |
- - @record.ReqBody - | ++ + | +# | +Richiedente | +Contatti | ++ Descrizione + |
|---|
| - - | -# | -Impiego | -- Chiave - @if (showKey) - { - - } - else - { - - } - | -Scadenza Veto | -- |
|---|---|---|---|---|---|
| - - | -- @record.IdxSubLic - | -- @record.CodImpiego - | -- @if (showKey) - { - @decryptAuthKey(record.Chiave) - } - else - { - @record.Chiave - } - | -- @($"{record.VetoUnlock:yyyy.MM.dd}") - | -- @if (record.Locked) - { - - } - else - { - - } - | -
| Nome File | +OriginalName | + @*FullStoragePath | *@ +
|---|---|---|
|
+ @record.OriginalName + + |
+ @*
+ @record.FullStoragePath
+ | *@
+
| # | +OriginalName | + @*FullStoragePath | +
|---|---|---|
|
+ @record.OriginalName + + |
+ @*
+ @record.FullStoragePath
+ |
+