fixing
This commit is contained in:
parent
df333c6db1
commit
946ab2b7c7
1 changed files with 2 additions and 2 deletions
|
|
@ -184,6 +184,8 @@ const generatePopupPath = (routeName: any) => {
|
||||||
return `${path}/manual/chapter-9-admin-recruit`;
|
return `${path}/manual/chapter-9-admin-recruit`;
|
||||||
} else if (routeName.includes("development")) {
|
} else if (routeName.includes("development")) {
|
||||||
return `${path}/manual/chapter-19-admin-development`;
|
return `${path}/manual/chapter-19-admin-development`;
|
||||||
|
} else if (routeName.includes("evaluate")) {
|
||||||
|
return `${path}/manual/chapter-18-admin-perf-evaluation`;
|
||||||
} else {
|
} else {
|
||||||
return manualConfig[routeName as keyof typeof manualConfig];
|
return manualConfig[routeName as keyof typeof manualConfig];
|
||||||
}
|
}
|
||||||
|
|
@ -243,8 +245,6 @@ const manualConfig = {
|
||||||
// KPIDetail: `${path}/manual/chapter-18-admin-perf-evaluation`,
|
// KPIDetail: `${path}/manual/chapter-18-admin-perf-evaluation`,
|
||||||
// KPIReport: `${path}/manual/chapter-18-admin-perf-evaluation`,
|
// KPIReport: `${path}/manual/chapter-18-admin-perf-evaluation`,
|
||||||
// KPIDetailnew: `${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 {
|
export default {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue