From 0fe250f0fdf3eb9e7c0aa9cec71700c190c7cfe0 Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Sat, 12 Jul 2025 17:33:59 +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 | 8 +-
.../DeploymentDisposal/mpvGroup/index.vue | 8 +-
.../{autompvGroup => mpvGroupSh}/index.vue | 101 +++++++++++++++++-
3 files changed, 106 insertions(+), 11 deletions(-)
rename src/views/backOfficeSystem/DeploymentDisposal/{autompvGroup => mpvGroupSh}/index.vue (71%)
diff --git a/src/router/index.js b/src/router/index.js
index 04d3866..591e47a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -502,11 +502,11 @@ export const publicRoutes = [
}
},
{
- path: "/autompvGroup",
- name: "autompvGroup",
- component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index"),
+ path: "/mpvGroupSh",
+ name: "mpvGroupSh",
+ component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index"),
meta: {
- title: "重点群体审批",
+ title: "重点群体审核",
icon: "article"
}
},
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
index d446764..b25526f 100644
--- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
@@ -83,8 +83,9 @@
- 送审
- 编辑
+ 送审
+ 编辑
+ 详情
删除
@@ -185,7 +186,7 @@ const pageData = reactive({
pageSize: 20,
pageCurrent: 1
},
- controlsWidth: 220,
+ controlsWidth: 150,
tableColumn: [
{ label: "群体基本信息", prop: "jbxx", showSolt: true,width:300 },
{ label: "背景信息", prop: "bgxx", showSolt: true,width:300 },
@@ -211,7 +212,6 @@ const handleSend = (id) => {
};
-
// 搜索
const onSearch = (val) => {
queryFrom.value = { ...val };
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index.vue
similarity index 71%
rename from src/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index.vue
rename to src/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index.vue
index 05d6195..352b431 100644
--- a/src/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index.vue
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroupSh/index.vue
@@ -1,7 +1,7 @@
-
+
布控申请
@@ -82,8 +82,42 @@
- 审核
- 审批
+
+
+ 审核
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+ 审批
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
详情
@@ -101,6 +135,7 @@