refactor: 08 => add 'Ready' status option to request list filter
This commit is contained in:
parent
448d9156f9
commit
92c0545368
1 changed files with 4 additions and 0 deletions
|
|
@ -241,6 +241,10 @@ watch([() => pageState.inputSearch, () => pageState.statusFilter], () => {
|
||||||
label: $t('requestList.status.Pending'),
|
label: $t('requestList.status.Pending'),
|
||||||
value: RequestDataStatus.Pending,
|
value: RequestDataStatus.Pending,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: $t('requestList.status.Ready'),
|
||||||
|
value: RequestDataStatus.Ready,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: $t('requestList.status.InProgress'),
|
label: $t('requestList.status.InProgress'),
|
||||||
value: RequestDataStatus.InProgress,
|
value: RequestDataStatus.InProgress,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue