From 61a2e0cc19f5c25efff2e0139eead2b79e8ce9cd Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Thu, 17 Apr 2025 14:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 37 ++- .../3DPrinting/CSGL/index.vue | 250 ---------------- .../LandingAudit}/components/detailForm.vue | 0 .../LandingAudit}/index.vue | 2 +- .../WarningModel/components/detailForm.vue | 129 ++++++++ .../ExcavationResearch/WarningModel/index.vue | 197 +++++++++++++ .../ZdryFjyp}/components/detailForm.vue | 0 .../ExcavationResearch/ZdryFjyp/index.vue | 275 ++++++++++++++++++ 8 files changed, 626 insertions(+), 264 deletions(-) delete mode 100644 src/views/backOfficeSystem/3DPrinting/CSGL/index.vue rename src/views/backOfficeSystem/{3DPrinting/YWXXGL => ExcavationResearch/LandingAudit}/components/detailForm.vue (100%) rename src/views/backOfficeSystem/{3DPrinting/YWXXGL => ExcavationResearch/LandingAudit}/index.vue (99%) create mode 100644 src/views/backOfficeSystem/ExcavationResearch/WarningModel/components/detailForm.vue create mode 100644 src/views/backOfficeSystem/ExcavationResearch/WarningModel/index.vue rename src/views/backOfficeSystem/{3DPrinting/CSGL => ExcavationResearch/ZdryFjyp}/components/detailForm.vue (100%) create mode 100644 src/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index.vue diff --git a/src/router/index.js b/src/router/index.js index bf64ea4..573d279 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -234,33 +234,44 @@ export const publicRoutes = [ }, ], }, - // ))))))))))))))))))))) - { - path: "/3DPrinting", - name: "3DPrinting", - meta: { title: "3D打印业", icon: "article" }, + path: "/ExcavationResearch", + name: "ExcavationResearch", + meta: { title: "重点人发掘研判", icon: "article" }, children: [ { - path: "/CSGL", - name: "CSGL", - component: () => import("@/views/backOfficeSystem/3DPrinting/CSGL/index"), + path: "/ZdryFjyp", + name: "ZdryFjyp", + component: () => import("@/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index"), meta: { - title: "3D打印业场所管理", + title: "重点人员发掘研判", icon: "article" } }, { - path: "/YWXXGL", - name: "YWXXGL", - component: () => import("@/views/backOfficeSystem/3DPrinting/YWXXGL/index"), + path: "/LandingAudit", + name: "LandingAudit", + component: () => import("@/views/backOfficeSystem/ExcavationResearch/LandingAudit/index"), meta: { - title: "3D打印业务信息管理", + title: "重点人员落地审核", + icon: "article" + } + }, + { + path: "/WarningModel", + name: "WarningModel", + component: () => import("@/views/backOfficeSystem/ExcavationResearch/WarningModel/index"), + meta: { + title: "重点人员预警模型", icon: "article" } }, ], }, + + // ))))))))))))))))))))) + + { path: "/CivilExplosives", name: "CivilExplosives", diff --git a/src/views/backOfficeSystem/3DPrinting/CSGL/index.vue b/src/views/backOfficeSystem/3DPrinting/CSGL/index.vue deleted file mode 100644 index 078b6b8..0000000 --- a/src/views/backOfficeSystem/3DPrinting/CSGL/index.vue +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/views/backOfficeSystem/3DPrinting/YWXXGL/components/detailForm.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/components/detailForm.vue similarity index 100% rename from src/views/backOfficeSystem/3DPrinting/YWXXGL/components/detailForm.vue rename to src/views/backOfficeSystem/ExcavationResearch/LandingAudit/components/detailForm.vue diff --git a/src/views/backOfficeSystem/3DPrinting/YWXXGL/index.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue similarity index 99% rename from src/views/backOfficeSystem/3DPrinting/YWXXGL/index.vue rename to src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue index 9e4c124..a277512 100644 --- a/src/views/backOfficeSystem/3DPrinting/YWXXGL/index.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue @@ -1,7 +1,7 @@