新增工作绩效

This commit is contained in:
2025-07-07 10:14:09 +08:00
parent 2d178ce75c
commit 23be579c8f
3 changed files with 366 additions and 1 deletions

View File

@ -432,7 +432,16 @@ export const publicRoutes = [
title: "重点人员预警模型",
icon: "article"
}
}
},
{
path: "/JobAppraisal",
name: "JobAppraisal",
component: () => import("@/views/backOfficeSystem/ExcavationResearch/JobAppraisal/index"),
meta: {
title: "社会员工工作信息考核",
icon: "article"
}
},
]
},
{