เพิ่ม manual
This commit is contained in:
parent
020e033785
commit
cebf531573
1 changed files with 28 additions and 6 deletions
|
|
@ -143,18 +143,15 @@ const generatePopupPath = (routeName: any) => {
|
|||
if (routeName.includes("metadata")) {
|
||||
return `${path}/manual/chapter-2-admin-metadata`;
|
||||
}
|
||||
if (routeName.includes("KPI")) {
|
||||
return `${path}/manual/chapter-3-admin-evaluate`;
|
||||
}
|
||||
// if (routeName.includes("KPI")) {
|
||||
// return `${path}/manual/chapter-3-admin-evaluate`;
|
||||
// }
|
||||
if (routeName.includes("compete")) {
|
||||
return `${path}/manual/chapter-10-admin-recruit`;
|
||||
}
|
||||
if (routeName.includes("registryNew")) {
|
||||
return `${path}/manual/chapter-7-admin-registry`;
|
||||
}
|
||||
if (routeName.includes("registry")) {
|
||||
return `${path}/manual/chapter-7-admin-registry`;
|
||||
}
|
||||
if (routeName.includes("registry-employee")) {
|
||||
return `${path}/manual/chapter-8-admin-registry-employee`;
|
||||
}
|
||||
|
|
@ -164,6 +161,12 @@ const generatePopupPath = (routeName: any) => {
|
|||
if (routeName.includes("insignia")) {
|
||||
return `${path}/manual/chapter-14-admin-insignia`;
|
||||
}
|
||||
if (routeName.includes("acting")) {
|
||||
return `${path}/manual/chapter-5-admin-acting`;
|
||||
}
|
||||
if (routeName.includes("positionEmployee")) {
|
||||
return `${path}/manual/chapter-6-admin-position-employee`;
|
||||
}
|
||||
if (routeName.includes("resign")) {
|
||||
return `${path}/manual/chapter-13-admin-retirement`;
|
||||
}
|
||||
|
|
@ -204,8 +207,22 @@ const generatePopupPath = (routeName: any) => {
|
|||
const manualConfig = {
|
||||
dashboard: `${path}/`,
|
||||
strategic: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIIndicatorByRoleAdd: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIIndicatorByPlan: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
"KPIIndicatorByPlan/Add": `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIIndicatorByPlanByid: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIIndicatorByRoleByid: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPICompetency: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIAssignment: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIAssignmentById: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPIIndicatorByRole: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPICompetencyAdd: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
KPICompetencyByid: `${path}/manual/chapter-3-admin-evaluate`,
|
||||
organizationNew: `${path}/manual/chapter-4-admin-organization`,
|
||||
organization: `${path}/manual/chapter-7-admin-registry`,
|
||||
registry: `${path}/manual/chapter-7-admin-registry`,
|
||||
registryDetail: `${path}/manual/chapter-7-admin-registry`,
|
||||
verified: `${path}/manual/chapter-7-admin-registry`,
|
||||
order: `${path}/manual/chapter-9-admin-order`,
|
||||
OrderDetail: `${path}/manual/chapter-9-admin-order`,
|
||||
OrderAdd: `${path}/manual/chapter-9-admin-order`,
|
||||
|
|
@ -231,6 +248,11 @@ const manualConfig = {
|
|||
"report-report": `${path}/manual/chapter-14-admin-insignia`,
|
||||
"report-report-01": `${path}/manual/chapter-14-admin-insignia`,
|
||||
appealComplain: `${path}/manual/chapter-16-admin-discipline`,
|
||||
KPIRound: `${path}/manual/chapter-19-admin-perf-evaluation`,
|
||||
"KPIList": `${path}/manual/chapter-19-admin-perf-evaluation`,
|
||||
KPIDetail: `${path}/manual/chapter-19-admin-perf-evaluation`,
|
||||
KPIReport: `${path}/manual/chapter-19-admin-perf-evaluation`,
|
||||
KPIDetailnew: `${path}/manual/chapter-19-admin-perf-evaluation`,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue