diff --git a/MP.SPEC/Components/ListFerm.razor b/MP.SPEC/Components/ListFerm.razor new file mode 100644 index 00000000..902a959b --- /dev/null +++ b/MP.SPEC/Components/ListFerm.razor @@ -0,0 +1,5 @@ +
| + @if (AllSelected) + { + + } + else + { + + } + @if (numSel > 0) + { + (@numSel) + } + | +Cod | +Macchina | +Stato | +
|---|---|---|---|
| + @if (CurrList.Contains(record.CodMacchina)) + { + + } + else + { + + } + | +@record.CodMacchina | +@record.Descrizione | ++ Stato: TBD + | +
|
+ |
+ |||
| - @if (AllSelected) - { - - } - else - { - - } - @if (numSel > 0) - { - (@numSel) - } - | -Cod | -Macchina | -
|---|---|---|
| - @if (CurrList.Contains(record.CodMacchina)) - { - - } - else - { - - } - | -@record.CodMacchina | -@record.Descrizione | -
|
- |
- ||