新增保安人员审核

This commit is contained in:
2026-01-09 15:10:18 +08:00
parent eb27d2bd11
commit 8687315d75
8 changed files with 1330 additions and 0 deletions

View File

@ -194,6 +194,24 @@ export const privateRoutes = [
icon: "personnel"
}
},
{
path: "/securityNjgl",
name: "securityNjgl",
component: () => import("@/views/Training/securityNjgl/index"),
meta: {
title: "保安员年检管理",
icon: "personnel"
}
},
{
path: "/securityNjsp",
name: "securityNjsp",
component: () => import("@/views/Training/securityNjsp/index"),
meta: {
title: "保安员年检送培",
icon: "personnel"
}
},
]
},
{