Merge branch 'nice_dev' into develop
# Conflicts: # src/api/14_KPI/api.KPI.ts
This commit is contained in:
commit
b50ce5a533
4 changed files with 227 additions and 153 deletions
|
|
@ -4,6 +4,7 @@ const kpiPeriod = `${env.API_URI}/kpi/period`;
|
|||
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`;
|
||||
export default {
|
||||
KPI,
|
||||
/** รอบการประเมินผล*/
|
||||
|
|
@ -20,4 +21,7 @@ export default {
|
|||
kpiGroupById: (id: string) => `${kpiGroup}/${id}`,
|
||||
kpiPlan,
|
||||
kpiPlanById: (id: string) => `${kpiPlan}/${id}`,
|
||||
|
||||
/** สมรรถนะ */
|
||||
kpiCapacity,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue