Merge branch 'NiceDev' into develop
# Conflicts: # src/api/KPI/api.kpis.ts # src/modules/08_KPI/components/Tab/01_Assessment.vue
This commit is contained in:
commit
673ac3dd04
6 changed files with 245 additions and 77 deletions
|
|
@ -20,12 +20,13 @@ export default {
|
|||
file: KpiFile,
|
||||
|
||||
kpiAchievement: (type: string) => `${kpiAchievement}/${type}`,
|
||||
kpiAchievementPoint: (type: string) => `${kpiAchievement}/${type}/point`,
|
||||
|
||||
/** ผลสัมฤทธิ์ของงาน*/
|
||||
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${url}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
||||
kpiUserCapacity:`${KpiUser}/capacity`,
|
||||
KpiEvaluation
|
||||
kpiUserCapacity: `${KpiUser}/capacity`,
|
||||
KpiEvaluation,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue