Merge branch 'develop' into warunee-dev

# Conflicts:
#	src/modules/11_discipline/store/ComplaintsStore.ts
This commit is contained in:
Warunee Tamkoo 2023-11-30 18:04:34 +07:00
commit a6dfc53ef5
17 changed files with 745 additions and 442 deletions

View file

@ -65,7 +65,7 @@ export const useComplainstDataStore = defineStore(
{ id: "URGENT", name: "ด่วน" },
{ id: "VERY_URGENT", name: "ด่วนมาก" },
]);
function levelConsiderationTran(val: string) {
return (
levelConsiderationtOptions.value.find((v: any) => v.id === val)?.name ??