ใบลาเพิ่ม filter status กำลังขอยกเลิก และยกเลิกสำเร็จ

This commit is contained in:
Warunee Tamkoo 2025-06-18 14:31:59 +07:00
parent 159ef88d48
commit e6351113ab

View file

@ -52,6 +52,14 @@ const optionStatus = ref<DataOption[]>([
id: "REJECT",
name: "ไม่อนุญาต",
},
{
id: "DELETING",
name: "กำลังดำเนินการยกเลิก",
},
{
id: "DELETE",
name: "ยกเลิกสำเร็จ",
},
]);
const optionStatus2 = ref<DataOption[]>([
{