From 5ced373ffe71c4a06fb8a5ec54e9bb5c7fc3c21f Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 26 Jan 2026 17:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 47 ++++++++++++------- .../DeploymentDisposal/mvpSP/index.vue | 26 ++++++++++ 2 files changed, 55 insertions(+), 18 deletions(-) create mode 100644 src/views/backOfficeSystem/DeploymentDisposal/mvpSP/index.vue diff --git a/src/router/index.js b/src/router/index.js index d4aba16..31eee58 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -606,15 +606,7 @@ export const publicRoutes = [ icon: "article-create" } }, - { - path: "/mpvPeoSh", - name: "mpvPeoSh", - component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"), - meta: { - title: "重点人审批", - icon: "article-create" - } - }, + { path: "/mpvGroup", name: "mpvGroup", @@ -624,15 +616,7 @@ export const publicRoutes = [ icon: "article-create" } }, - { - path: "/mpvGroupSh", - name: "mpvGroupSh", - component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"), - meta: { - title: "重点群体审核", - icon: "article-create" - } - }, + { path: "/mpvCar", name: "mpvCar", @@ -642,6 +626,33 @@ export const publicRoutes = [ icon: "article-create" } }, + { + path: "/mvpSP", + name: "mvpSP", + component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mvpSP/index"), + meta: { + title: "审核列表", + icon: "article-create" + } + }, + // { + // path: "/mpvPeoSh", + // name: "mpvPeoSh", + // component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"), + // meta: { + // title: "重点人审批", + // icon: "article-create" + // } + // }, + // { + // path: "/mpvGroupSh", + // name: "mpvGroupSh", + // component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"), + // meta: { + // title: "重点群体审核", + // icon: "article-create" + // } + // }, ] }, { diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mvpSP/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mvpSP/index.vue new file mode 100644 index 0000000..ab86421 --- /dev/null +++ b/src/views/backOfficeSystem/DeploymentDisposal/mvpSP/index.vue @@ -0,0 +1,26 @@ + + + + +