filter รายการลา
This commit is contained in:
parent
eb532c0dc6
commit
12e320f9ff
2 changed files with 4 additions and 5 deletions
|
|
@ -63,15 +63,15 @@ const optionStatus = ref<DataOption[]>([
|
|||
name: "ใหม่",
|
||||
},
|
||||
{
|
||||
id: "PENDING ",
|
||||
id: "PENDING",
|
||||
name: "กำลังดำเนินการ",
|
||||
},
|
||||
{
|
||||
id: "APPROVE ",
|
||||
id: "APPROVE",
|
||||
name: "อนุมัติ",
|
||||
},
|
||||
{
|
||||
id: "REJECT ",
|
||||
id: "REJECT",
|
||||
name: "ไม่อนุมัติ",
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue