SPEC:
- update display gruppi 2 opr/macchine
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
<th><i class="fa-solid fa-object-group"></i> Descrizione</th>
|
||||
@if (SelRecord == null)
|
||||
{
|
||||
<th><i class="fa-solid fa-hashtag"></i> # Macchine</th>
|
||||
<th><i class="fa-solid fa-hashtag"></i> # Operatori</th>
|
||||
<th class="text-end"><i class="fa-solid fa-hashtag"></i> Macchine</th>
|
||||
<th class="text-end"><i class="fa-solid fa-hashtag"></i> Operatori</th>
|
||||
}
|
||||
<th class="text-end"></th>
|
||||
</tr>
|
||||
@@ -64,8 +64,8 @@
|
||||
</td>
|
||||
@if (SelRecord == null)
|
||||
{
|
||||
<td>@record.CountMacc</td>
|
||||
<td>@record.CountOpr</td>
|
||||
<td class="text-end">@record.CountMacc</td>
|
||||
<td class="text-end">@record.CountOpr</td>
|
||||
}
|
||||
<td class="text-end">
|
||||
@if (DelEnabled(record))
|
||||
|
||||
@@ -38,18 +38,6 @@
|
||||
<MP.SPEC.Components.Reparti.ListOperatori AllRecords="ListOperatori"></MP.SPEC.Components.Reparti.ListOperatori>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="col-4 alert alert-info">
|
||||
Selezionare Reparto per dettagli
|
||||
|
||||
<ul>
|
||||
<li>elenco reparti</li>
|
||||
<li>dettaglio macchine2gruppi</li>
|
||||
<li>dettaglio user2gruppi</li>
|
||||
</ul>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user