This commit is contained in:
Warunee Tamkoo 2024-08-08 18:19:47 +07:00
parent df333c6db1
commit 946ab2b7c7

View file

@ -184,6 +184,8 @@ const generatePopupPath = (routeName: any) => {
return `${path}/manual/chapter-9-admin-recruit`;
} else if (routeName.includes("development")) {
return `${path}/manual/chapter-19-admin-development`;
} else if (routeName.includes("evaluate")) {
return `${path}/manual/chapter-18-admin-perf-evaluation`;
} else {
return manualConfig[routeName as keyof typeof manualConfig];
}
@ -243,8 +245,6 @@ const manualConfig = {
// KPIDetail: `${path}/manual/chapter-18-admin-perf-evaluation`,
// KPIReport: `${path}/manual/chapter-18-admin-perf-evaluation`,
// KPIDetailnew: `${path}/manual/chapter-18-admin-perf-evaluation`,
evaluate: `${path}/manual/chapter-16-admin-KPI`,
evaluateDetail: `${path}/manual/chapter-16-admin-KPI`,
};
export default {