ตัวชีวัด
This commit is contained in:
parent
6299afbeab
commit
a8773977bb
6 changed files with 451 additions and 641 deletions
|
|
@ -6,6 +6,7 @@ const kpiUserEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
|||
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
|
||||
const kpiGroup = `${env.API_URI}/kpi/group`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
const kpiSpecial = `${env.API_URI}/kpi/special`;
|
||||
const kpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const kpiLink = `${env.API_URI}/kpi/link`;
|
||||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
|
|
@ -25,6 +26,7 @@ export default {
|
|||
kpiGroupById: (id: string) => `${kpiGroup}/${id}`,
|
||||
kpiPlan,
|
||||
kpiPlanById: (id: string) => `${kpiPlan}/${id}`,
|
||||
kpiSpecial,
|
||||
|
||||
/** สมรรถนะ */
|
||||
kpiCapacity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue