สมรรถนะ
This commit is contained in:
parent
adadddc222
commit
8efa1c227e
2 changed files with 98 additions and 135 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue