8355-testToMaster #1177

Merged
alexm merged 326 commits from 8355-testToMaster into master 2025-01-07 06:46:55 +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"