fix:option Status
This commit is contained in:
parent
873d1b3487
commit
9ebbbdd209
3 changed files with 3 additions and 3 deletions
|
|
@ -276,7 +276,7 @@ onMounted(async () => {
|
|||
outlined
|
||||
dense
|
||||
label="สถานะ"
|
||||
:options="store.statusOp.filter((item:any)=> item.id !== 'PENDING')"
|
||||
:options="store.statusOp.filter((item:any)=> item.id !== 'PENDING' && item.id !== 'APPROVE'&& item.id !== 'REJECT')"
|
||||
emit-value
|
||||
map-options
|
||||
option-label="name"
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ onMounted(async () => {
|
|||
outlined
|
||||
dense
|
||||
label="สถานะ"
|
||||
:options="store.statusOp.filter((item:any)=> item.id !== 'PENDING')"
|
||||
:options="store.statusOp.filter((item:any)=> item.id !== 'PENDING' && item.id !== 'APPROVE'&& item.id !== 'REJECT')"
|
||||
emit-value
|
||||
map-options
|
||||
option-label="name"
|
||||
|
|
|
|||
|
|
@ -339,7 +339,7 @@ onMounted(() => {
|
|||
outlined
|
||||
dense
|
||||
label="สถานะ"
|
||||
:options="store.statusOp.filter((item:any)=> item.id !== 'PENDING')"
|
||||
:options="store.statusOp.filter((item:any)=> item.id !== 'PENDING' && item.id !== 'APPROVE'&& item.id !== 'REJECT')"
|
||||
emit-value
|
||||
map-options
|
||||
option-label="name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue