This commit is contained in:
STW_TTTY\stwtt 2024-08-07 09:45:54 +07:00
parent efc1688357
commit e56b43d30b
4 changed files with 206 additions and 0 deletions

View file

@ -92,4 +92,7 @@ export default {
achievementDev: `${KpiUser}/achievement/development/admin`,
achievementDevByid: (id: string) =>
`${KpiUser}/achievement/development/admin/detail/${id}`,
indicatorSummary:`${kpiPlan}/summary/indicator`
};