fix: wrong stats display
This commit is contained in:
parent
c68cbffb9c
commit
99b39c4630
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ watch([() => pageState.inputSearch, () => pageState.statusFilter], () =>
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'mdi:tag-check-outline',
|
icon: 'mdi:tag-check-outline',
|
||||||
count: stats[RequestDataStatus.Pending],
|
count: stats[RequestDataStatus.Ready],
|
||||||
label: 'requestList.status.Ready',
|
label: 'requestList.status.Ready',
|
||||||
color: 'light-yellow',
|
color: 'light-yellow',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue