From 8687315d75d4172bb3a71bea48445ad65710e713 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Fri, 9 Jan 2026 15:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BF=9D=E5=AE=89=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 18 ++ .../securityNjgl/components/detailForm.vue | 243 ++++++++++++++++ .../securityNjgl/components/shForm.vue | 113 ++++++++ .../securityNjgl/components/steps.vue | 105 +++++++ src/views/Training/securityNjgl/index.vue | 266 ++++++++++++++++++ .../securityNjsp/components/detailForm.vue | 243 ++++++++++++++++ .../securityNjsp/components/steps.vue | 105 +++++++ src/views/Training/securityNjsp/index.vue | 237 ++++++++++++++++ 8 files changed, 1330 insertions(+) create mode 100644 src/views/Training/securityNjgl/components/detailForm.vue create mode 100644 src/views/Training/securityNjgl/components/shForm.vue create mode 100644 src/views/Training/securityNjgl/components/steps.vue create mode 100644 src/views/Training/securityNjgl/index.vue create mode 100644 src/views/Training/securityNjsp/components/detailForm.vue create mode 100644 src/views/Training/securityNjsp/components/steps.vue create mode 100644 src/views/Training/securityNjsp/index.vue diff --git a/src/router/index.js b/src/router/index.js index 8d17874..f2dd714 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -194,6 +194,24 @@ export const privateRoutes = [ icon: "personnel" } }, + { + path: "/securityNjgl", + name: "securityNjgl", + component: () => import("@/views/Training/securityNjgl/index"), + meta: { + title: "保安员年检管理", + icon: "personnel" + } + }, + { + path: "/securityNjsp", + name: "securityNjsp", + component: () => import("@/views/Training/securityNjsp/index"), + meta: { + title: "保安员年检送培", + icon: "personnel" + } + }, ] }, { diff --git a/src/views/Training/securityNjgl/components/detailForm.vue b/src/views/Training/securityNjgl/components/detailForm.vue new file mode 100644 index 0000000..ac592d1 --- /dev/null +++ b/src/views/Training/securityNjgl/components/detailForm.vue @@ -0,0 +1,243 @@ + + + + + diff --git a/src/views/Training/securityNjgl/components/shForm.vue b/src/views/Training/securityNjgl/components/shForm.vue new file mode 100644 index 0000000..1a2ebd4 --- /dev/null +++ b/src/views/Training/securityNjgl/components/shForm.vue @@ -0,0 +1,113 @@ + + + + + diff --git a/src/views/Training/securityNjgl/components/steps.vue b/src/views/Training/securityNjgl/components/steps.vue new file mode 100644 index 0000000..da5e4f7 --- /dev/null +++ b/src/views/Training/securityNjgl/components/steps.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/src/views/Training/securityNjgl/index.vue b/src/views/Training/securityNjgl/index.vue new file mode 100644 index 0000000..52fb29c --- /dev/null +++ b/src/views/Training/securityNjgl/index.vue @@ -0,0 +1,266 @@ + + + + + diff --git a/src/views/Training/securityNjsp/components/detailForm.vue b/src/views/Training/securityNjsp/components/detailForm.vue new file mode 100644 index 0000000..ac592d1 --- /dev/null +++ b/src/views/Training/securityNjsp/components/detailForm.vue @@ -0,0 +1,243 @@ + + + + + diff --git a/src/views/Training/securityNjsp/components/steps.vue b/src/views/Training/securityNjsp/components/steps.vue new file mode 100644 index 0000000..da5e4f7 --- /dev/null +++ b/src/views/Training/securityNjsp/components/steps.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/src/views/Training/securityNjsp/index.vue b/src/views/Training/securityNjsp/index.vue new file mode 100644 index 0000000..6323447 --- /dev/null +++ b/src/views/Training/securityNjsp/index.vue @@ -0,0 +1,237 @@ + + + + +