fix: wrong stats display

This commit is contained in:
Methapon2001 2025-01-22 14:46:53 +07:00
parent c68cbffb9c
commit 99b39c4630

View file

@ -143,7 +143,7 @@ watch([() => pageState.inputSearch, () => pageState.statusFilter], () =>
},
{
icon: 'mdi:tag-check-outline',
count: stats[RequestDataStatus.Pending],
count: stats[RequestDataStatus.Ready],
label: 'requestList.status.Ready',
color: 'light-yellow',
},