refactor: add status filter canceled
This commit is contained in:
parent
a64dfcf9f7
commit
cd9a686689
1 changed files with 4 additions and 0 deletions
|
|
@ -222,6 +222,10 @@ watch([() => pageState.inputSearch, () => pageState.statusFilter], () =>
|
|||
label: $t('requestList.status.Completed'),
|
||||
value: RequestDataStatus.Completed,
|
||||
},
|
||||
{
|
||||
label: $t('requestList.status.Canceled'),
|
||||
value: RequestDataStatus.Canceled,
|
||||
},
|
||||
]"
|
||||
/>
|
||||
<q-select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue