refacto query status

This commit is contained in:
Paul Schneider 2026-07-04 22:35:53 +01:00
commit 5e4d548708
11 changed files with 20 additions and 53 deletions

View file

@ -32,9 +32,6 @@
<th>
@Html.DisplayNameFor(model => model.Previsional)
</th>
<th>
@Html.DisplayNameFor(model => model.Reviewed)
</th>
<th>
@Html.DisplayNameFor(model => model.DateModified)
</th>
@ -79,9 +76,6 @@
<td>
@Html.DisplayFor(modelItem => item.Previsional)
</td>
<td>
@Html.DisplayFor(modelItem => item.Reviewed)
</td>
<td>
@Html.DisplayFor(modelItem => item.DateModified)
</td>