This commit is contained in:
parent
9b1554b123
commit
a412d3b7a8
|
@ -131,7 +131,7 @@ const STATE_COLOR = {
|
||||||
prefix="claim"
|
prefix="claim"
|
||||||
:array-data-props="{
|
:array-data-props="{
|
||||||
url: 'Claims/filter',
|
url: 'Claims/filter',
|
||||||
order: ['cs.priority ASC', 'created ASC'],
|
order: 'cs.priority ASC, created ASC',
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<template #rightMenu>
|
<template #rightMenu>
|
||||||
|
|
Loading…
Reference in New Issue