Merge branch 'develop' into nice
# Conflicts: # src/modules/14_KPI/store.ts
This commit is contained in:
commit
b1653d75f2
17 changed files with 668 additions and 608 deletions
|
|
@ -144,16 +144,6 @@ export const useKpiDataStore = defineStore("KPIDataAdmin", () => {
|
|||
return "ผ่านการประเมิน";
|
||||
case "NOTPASSED":
|
||||
return "ไม่ผ่านการประเมิน";
|
||||
case "EXCELLENT":
|
||||
return "ดีเด่น";
|
||||
case "VERY_GOOD":
|
||||
return "ดีเด่น";
|
||||
case "GOOD":
|
||||
return "ดี";
|
||||
case "FAIR":
|
||||
return "พอใช้";
|
||||
case "IMPROVEMENT":
|
||||
return "ต้องปรับปรุง";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue