แก้ฟิลเตอร์ status

This commit is contained in:
setthawutttty 2024-01-10 09:34:13 +07:00
parent bd831dfc0e
commit e876106f7d
4 changed files with 11 additions and 27 deletions

View file

@ -70,12 +70,8 @@ export const useComplainstDataStore = defineStore(
const statusOptions = ref<DataOption[]>([
{ id: "ALL", name: "ทั้งหมด" },
{ id: "NEW", name: "ใหม่" },
{ id: "RECEIVE_DOC", name: "ได้รับเอกสารแล้ว" },
{ id: "RECEIVE_APPEAL", name: "รับอุทธรณ์/ร้องทุกข์" },
{ id: "NO_RECEIVE_APPEAL", name: "ไม่รับอุทธรณ์/ร้องทุกข์" },
{ id: "DIAGNOSTIC", name: "ตั้งองค์คณะวินิจฉัย" },
{ id: "SUMMARY", name: "สรุปผลการพิจารณา" },
{ id: "DONE", name: "ปิดคำร้อง" },
{ id: "STOP", name: "ยุติเรื่อง" },
{ id: "SEND_INVESTIGATE", name: "มีมูลส่งไปสืบสวนแล้ว" },
]);
function levelConsiderationTran(val: string) {