From b6829cc44852a4437804a803504ac053fff01450 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 26 Aug 2024 11:08:30 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=96=B0=E5=A2=9E=E5=9C=9F?= =?UTF-8?q?=E6=9C=A8=E5=B7=A5=E7=A8=8B=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 30 +- .../operationManage/buildingProjectWorks.vue | 1665 +++++++++++++++++ 2 files changed, 1680 insertions(+), 15 deletions(-) create mode 100644 src/views/projectFront/operationManage/buildingProjectWorks.vue diff --git a/src/router/index.js b/src/router/index.js index 0d484285..c6dd3e99 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -683,26 +683,26 @@ const routes2 = [{ import ("@/views/projectFront/operationManage/confinedSpaceWorks.vue"), }, // 作业管理--起重吊装作业 - // { - // path: "/project/operationManage/liftingErectionWorks", - // name: "作业管理_起重吊装作业", - // component: () => - // import ("@/views/projectFront/operationManage/liftingErectionWorks.vue"), - // }, - // // 作业管理--土建工程作业 - // { - // path: "/project/operationManage/buildingProjectWorks", - // name: "作业管理_土建工程作业", - // component: () => - // import ("@/views/projectFront/operationManage/buildingProjectWorks.vue"), - // }, - // 作业管理--无损作业 { path: "/project/operationManage/liftingErectionWorks", - name: "作业管理_无损作业", + name: "作业管理_起重吊装作业", component: () => import ("@/views/projectFront/operationManage/liftingErectionWorks.vue"), }, + // 作业管理--土建工程作业 + { + path: "/project/operationManage/buildingProjectWorks", + name: "作业管理_土建工程作业", + component: () => + import ("@/views/projectFront/operationManage/buildingProjectWorks.vue"), + }, + // 作业管理--无损作业 + { + path: "/project/operationManage/losslessWorks", + name: "作业管理_无损作业", + component: () => + import ("@/views/projectFront/operationManage/losslessWorks.vue"), + }, // 文明施工 // 文明施工--现场会 { diff --git a/src/views/projectFront/operationManage/buildingProjectWorks.vue b/src/views/projectFront/operationManage/buildingProjectWorks.vue new file mode 100644 index 00000000..1e32f0b8 --- /dev/null +++ b/src/views/projectFront/operationManage/buildingProjectWorks.vue @@ -0,0 +1,1665 @@ + + + + + + \ No newline at end of file