From 23be579c8f89c1b5313aed7f6347e7b30adc91e6 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 7 Jul 2025 10:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E4=BD=9C=E7=BB=A9?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 +- .../JobAppraisal/components/addForm.vue | 185 ++++++++++++++++++ .../ExcavationResearch/JobAppraisal/index.vue | 171 ++++++++++++++++ 3 files changed, 366 insertions(+), 1 deletion(-) create mode 100644 src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/components/addForm.vue create mode 100644 src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/index.vue diff --git a/src/router/index.js b/src/router/index.js index ced8cfe..5af12c2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -432,7 +432,16 @@ export const publicRoutes = [ title: "重点人员预警模型", icon: "article" } - } + }, + { + path: "/JobAppraisal", + name: "JobAppraisal", + component: () => import("@/views/backOfficeSystem/ExcavationResearch/JobAppraisal/index"), + meta: { + title: "社会员工工作信息考核", + icon: "article" + } + }, ] }, { diff --git a/src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/components/addForm.vue b/src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/components/addForm.vue new file mode 100644 index 0000000..332efbb --- /dev/null +++ b/src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/components/addForm.vue @@ -0,0 +1,185 @@ + + + + + diff --git a/src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/index.vue b/src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/index.vue new file mode 100644 index 0000000..f40014f --- /dev/null +++ b/src/views/backOfficeSystem/ExcavationResearch/JobAppraisal/index.vue @@ -0,0 +1,171 @@ + + + + +