ใบลาเพิ่ม filter status กำลังขอยกเลิก และยกเลิกสำเร็จ
This commit is contained in:
parent
159ef88d48
commit
e6351113ab
1 changed files with 8 additions and 0 deletions
|
|
@ -52,6 +52,14 @@ const optionStatus = ref<DataOption[]>([
|
|||
id: "REJECT",
|
||||
name: "ไม่อนุญาต",
|
||||
},
|
||||
{
|
||||
id: "DELETING",
|
||||
name: "กำลังดำเนินการยกเลิก",
|
||||
},
|
||||
{
|
||||
id: "DELETE",
|
||||
name: "ยกเลิกสำเร็จ",
|
||||
},
|
||||
]);
|
||||
const optionStatus2 = ref<DataOption[]>([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue