From 7ef5a303e82f5b0839f0329ae57f65c49ae1386b Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Thu, 17 Apr 2025 17:11:41 +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 | 9 + .../LandingAudit/components/detailForm.vue | 181 +++++--- .../ExcavationResearch/LandingAudit/index.vue | 244 ++++++----- .../components/detailForm.vue | 129 ++++++ .../PreliminaryExcavations/index.vue | 281 +++++++++++++ .../ExcavationResearch/WarningModel/index.vue | 392 +++++++++++------- 6 files changed, 915 insertions(+), 321 deletions(-) create mode 100644 src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/components/detailForm.vue create mode 100644 src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue diff --git a/src/router/index.js b/src/router/index.js index 573d279..1982fe1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -248,6 +248,15 @@ export const publicRoutes = [ icon: "article" } }, + { + path: "/PreliminaryExcavations", + name: "PreliminaryExcavations", + component: () => import("@/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index"), + meta: { + title: "重点人员初步发掘", + icon: "article" + } + }, { path: "/LandingAudit", name: "LandingAudit", diff --git a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/components/detailForm.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/components/detailForm.vue index 88c87c3..2682cfa 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/components/detailForm.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/components/detailForm.vue @@ -1,46 +1,73 @@ diff --git a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue index a277512..8e2c442 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue @@ -1,19 +1,24 @@