Merge branch 'develop' into warunee-dev
# Conflicts: # src/modules/11_discipline/store/ComplaintsStore.ts
This commit is contained in:
commit
a6dfc53ef5
17 changed files with 745 additions and 442 deletions
|
|
@ -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 ??
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue