fix: ClaimList orderBy priority #1128

Merged
carlossa merged 1 commits from warmfix_claimList_orderBy into test 2024-12-24 09:19:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 17b178d9f1 - Show all commits

View File

@ -131,7 +131,7 @@ const STATE_COLOR = {
<VnTable
data-key="ClaimList"
url="Claims/filter"
:order="['priority ASC', 'created ASC']"
:order="['t.priority ASC', 'created ASC']"
:columns="columns"
redirect="claim"
:right-search="false"