แบบประเมิน=> งานตามหน้าที่ความรับผิดชอบหลัก
This commit is contained in:
parent
1cf3476dad
commit
c2bf98e053
3 changed files with 35 additions and 5 deletions
|
|
@ -4,12 +4,14 @@ const url = `${env.API_URI}/salary`;
|
|||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
const kpiRole = `${env.API_URI}/kpi/role`;
|
||||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
export default {
|
||||
kpiPeriod,
|
||||
kpiEvaluation,
|
||||
kpiPlan,
|
||||
kpiRole,
|
||||
KpiCapacity,
|
||||
file: KpiFile,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue