แก้ไข บัค ส่งไปออกคำสั่งลาออก

This commit is contained in:
AnandaTon 2023-09-29 10:59:00 +07:00
parent e5877af52f
commit c072e8dc61
2 changed files with 1 additions and 3 deletions

View file

@ -158,7 +158,7 @@ const openModalOrder = () => {
openModal();
const row = filters.value.filter(
(r: ResponseItems) =>
r.status == "PENDING" || r.status == "APPROVE" || r.status == "REJECT"
r.status == "WAITTING" || r.status == "PENDING" || r.status == "APPROVE"
);
rows2.value = row;
};