แก้ไขคะแนนเต็ม

This commit is contained in:
STW_TTTY\stwtt 2024-04-29 13:41:41 +07:00
parent 9f14fc9a7b
commit eb87dee240
2 changed files with 182 additions and 19 deletions

View file

@ -23,6 +23,9 @@ export default {
kpiAchievement: (type: string) => `${kpiAchievement}/${type}`,
kpiAchievementPoint: (type: string) => `${kpiAchievement}/${type}/point`,
kpiScoreTotal: () => `${kpiEvaluation}/point`,
/** ผลสัมฤทธิ์ของงาน*/
fileByFile: (name: string, group: string, id: string, fileName: string) =>
`${url}/file/${name}/${group}/${id}/${fileName}`,