commit
c55c5a5ac1
3 changed files with 3 additions and 3 deletions
|
|
@ -276,7 +276,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
label="สถานะ"
|
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
|
emit-value
|
||||||
map-options
|
map-options
|
||||||
option-label="name"
|
option-label="name"
|
||||||
|
|
|
||||||
|
|
@ -248,7 +248,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
label="สถานะ"
|
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
|
emit-value
|
||||||
map-options
|
map-options
|
||||||
option-label="name"
|
option-label="name"
|
||||||
|
|
|
||||||
|
|
@ -339,7 +339,7 @@ onMounted(() => {
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
label="สถานะ"
|
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
|
emit-value
|
||||||
map-options
|
map-options
|
||||||
option-label="name"
|
option-label="name"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue