แก้สถานะวินัย

This commit is contained in:
Warunee Tamkoo 2023-11-29 17:34:50 +07:00
parent 8664a904eb
commit 76594a2359
5 changed files with 36 additions and 62 deletions

View file

@ -50,7 +50,7 @@ export const useInvestigateFactStore = defineStore(
const faultOps = ref<DataOption[]>([
{ id: "NEW", name: "กำลังสืบสวน" },
{ id: "STOP", name: "ยุติเรื่อง" },
{ id: "COMPLETE", name: "ส่งไปสอบสวน" },
{ id: "SEND_DISCIPLINARY", name: "ส่งไปสอบสวน" },
]);
const investigationStatusResultOptions = ref<DataOption[]>([
{ id: "NOT_SPECIFIED", name: "ยังไม่ระบุ" },