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

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

@ -36,6 +36,8 @@ export const useStoreResultMain = defineStore("resultMain", () => {
return "ยุติเรื่อง";
case "SEND_DISCIPLINARY":
return "ส่งไปสอบสวน";
case "DONE":
return "ส่งไปสรุปผลการพิจารณาทางวินัย";
}
}
return { convertRespondentType, convertFault, convertStatus };