flx:提交特种作业模块

This commit is contained in:
Vce 2024-05-14 18:16:17 +08:00
parent cc03aba900
commit 9c38e882c8
11 changed files with 13026 additions and 5 deletions

View File

@ -1558,6 +1558,55 @@ const routes2 = [
component: () =>
import("@/views/projectFront/safetyEducation/securityRiskAnalysis.vue"),
},
// 特种作业
{
path: "/project/specialWork/fireWork",
name: "动火作业",
component: () =>
import("@/views/projectFront/specialWork/fireWork.vue"),
},
{
path: "/project/specialWork/confinedSpaceWork",
name: "受限空间作业",
component: () =>
import("@/views/projectFront/specialWork/confinedSpaceWork.vue"),
},
{
path: "/project/specialWork/blindPlugWork",
name: "盲板抽堵作业",
component: () =>
import("@/views/projectFront/specialWork/blindPlugWork.vue"),
},
{
path: "/project/specialWork/towerOverWork",
name: "高出作业",
component: () =>
import("@/views/projectFront/specialWork/towerOverWork.vue"),
},
{
path: "/project/specialWork/riggingOutWork",
name: "吊装安作业",
component: () =>
import("@/views/projectFront/specialWork/riggingOutWork.vue"),
},
{
path: "/project/specialWork/temporaryPowerWork",
name: "临时用电作业",
component: () =>
import("@/views/projectFront/specialWork/temporaryPowerWork.vue"),
},
{
path: "/project/specialWork/startBuildingWork",
name: "动土作业",
component: () =>
import("@/views/projectFront/specialWork/startBuildingWork.vue"),
},
{
path: "/project/specialWork/disconnectionWork",
name: "断路作业",
component: () =>
import("@/views/projectFront/specialWork/disconnectionWork.vue"),
},
//卸料平台
{
path: "/project/unload/basicInfo", //卸料平台 基本信息

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff