diff --git a/LiMan.UI/Components/InstAppPareto.razor.cs b/LiMan.UI/Components/InstAppPareto.razor.cs index 658046f..63e43ed 100644 --- a/LiMan.UI/Components/InstAppPareto.razor.cs +++ b/LiMan.UI/Components/InstAppPareto.razor.cs @@ -488,6 +488,7 @@ namespace LiMan.UI.Components default: SearchRecord = SearchRecord .OrderByDescending(x => x.VersNumInstall) + .ThenBy(x=>x.CodInst) .ThenBy(x => x.PcInst) .ToList(); break; diff --git a/LiMan.UI/Components/InstAppRelStatus.razor b/LiMan.UI/Components/InstAppRelStatus.razor index 5edfda7..e22586f 100644 --- a/LiMan.UI/Components/InstAppRelStatus.razor +++ b/LiMan.UI/Components/InstAppRelStatus.razor @@ -39,11 +39,11 @@ @if (CurrRecord == null) { -