แบบประเมิน => API ผลสัมฤทธิ์ของงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-24 15:00:53 +07:00
parent 5b52f9998f
commit a050534d1a
6 changed files with 245 additions and 77 deletions

View file

@ -19,11 +19,12 @@ 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`
kpiUserCapacity: `${KpiUser}/capacity`,
};