API สมรรถนะ
This commit is contained in:
parent
a2279a234a
commit
4119780304
4 changed files with 228 additions and 154 deletions
|
|
@ -3,6 +3,7 @@ const KPI = `${env.API_URI}/kpi`;
|
|||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/evaluation`;
|
||||
const kpiGroup = `${env.API_URI}/kpi/group`;
|
||||
const kpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
export default {
|
||||
KPI,
|
||||
/** รอบการประเมินผล*/
|
||||
|
|
@ -10,5 +11,8 @@ export default {
|
|||
kpiPeriodById: (id: string) => `${kpiPeriod}/${id}`,
|
||||
kpiEvaluation,
|
||||
kpiGroup,
|
||||
kpiGroupById: (id: string) => `${kpiGroup}/${id}`
|
||||
kpiGroupById: (id: string) => `${kpiGroup}/${id}`,
|
||||
|
||||
/** สมรรถนะ */
|
||||
kpiCapacity,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue