From c8c130093fa1daa8f992e43052660f6f7172d643 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Wed, 4 Feb 2026 11:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 +++ .../infoCollection/components/inforReport.vue | 2 - .../permissionApply/index.vue | 5 ++ .../warningControl/controlWarning/index.vue | 73 ++++++++++++------- .../warningList/portraitWarning/index.vue | 2 +- src/views/home/layout/head.vue | 17 ++--- 6 files changed, 70 insertions(+), 38 deletions(-) create mode 100644 src/views/backOfficeSystem/HumanIntelligence/permissionApply/index.vue 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; } - -