flx:提交特种作业模块
This commit is contained in:
parent
cc03aba900
commit
9c38e882c8
@ -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", //卸料平台 基本信息
|
||||
|
||||
1197
src/views/projectFront/specialWork/blindPlugWork.vue
Normal file
1197
src/views/projectFront/specialWork/blindPlugWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
1197
src/views/projectFront/specialWork/confinedSpaceWork.vue
Normal file
1197
src/views/projectFront/specialWork/confinedSpaceWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
2118
src/views/projectFront/specialWork/detail.vue
Normal file
2118
src/views/projectFront/specialWork/detail.vue
Normal file
File diff suppressed because it is too large
Load Diff
1197
src/views/projectFront/specialWork/disconnectionWork.vue
Normal file
1197
src/views/projectFront/specialWork/disconnectionWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
1311
src/views/projectFront/specialWork/editPlan.vue
Normal file
1311
src/views/projectFront/specialWork/editPlan.vue
Normal file
File diff suppressed because it is too large
Load Diff
1164
src/views/projectFront/specialWork/fireWork.vue
Normal file
1164
src/views/projectFront/specialWork/fireWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
1197
src/views/projectFront/specialWork/riggingOutWork.vue
Normal file
1197
src/views/projectFront/specialWork/riggingOutWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
1197
src/views/projectFront/specialWork/startBuildingWork.vue
Normal file
1197
src/views/projectFront/specialWork/startBuildingWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
1197
src/views/projectFront/specialWork/temporaryPowerWork.vue
Normal file
1197
src/views/projectFront/specialWork/temporaryPowerWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
1197
src/views/projectFront/specialWork/towerOverWork.vue
Normal file
1197
src/views/projectFront/specialWork/towerOverWork.vue
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user