diff --git a/src/router/index.js b/src/router/index.js index af8c12e..6b84dd2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -732,6 +732,15 @@ export const publicRoutes = [ // } // }, + { + path: "/permissionApply", + name: "permissionApply", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/permissionApply/index"), + meta: { + title: "权限申请", + icon: "article-create" + } + }, { path: "/JobAppraisal", name: "JobAppraisal", diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/inforReport.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/inforReport.vue index 107eddb..41eee32 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/inforReport.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/components/inforReport.vue @@ -215,8 +215,6 @@ const handChange = (editor) => { border: 1px solid #ccc; margin: 0 auto; } - -