สมรรถนะ

This commit is contained in:
STW_TTTY\stwtt 2024-04-22 09:28:14 +07:00
parent adadddc222
commit 8efa1c227e
2 changed files with 98 additions and 135 deletions

View file

@ -5,6 +5,7 @@ const kpiEvaluation = `${env.API_URI}/kpi/evaluation`;
const kpiGroup = `${env.API_URI}/kpi/group`;
const kpiPlan = `${env.API_URI}/kpi/plan`;
const kpiCapacity = `${env.API_URI}/kpi/capacity`;
const kpiLink = `${env.API_URI}/kpi/link`;
export default {
KPI,
/** รอบการประเมินผล*/
@ -24,4 +25,6 @@ export default {
/** สมรรถนะ */
kpiCapacity,
kpiLink,
};