KPI => status ผลประเมิน
This commit is contained in:
parent
9a6d1b139f
commit
5785ae6418
1 changed files with 10 additions and 0 deletions
|
|
@ -144,6 +144,16 @@ 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