diff --git a/src/router/index.js b/src/router/index.js
index d7ce789..dc0d016 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -360,8 +360,7 @@ export const dynamicRoutes = [
meta: { title: '审核员审批', activeMenu: '/safetyReview/examinerApproval' }
}
]
- },
-
+ },
{
path: '/safetyReview/escTaskForm',
component: Layout,
@@ -376,6 +375,20 @@ export const dynamicRoutes = [
}
]
},
+ {
+ path: '/ppeToolForm',
+ component: Layout,
+ hidden: true,
+ permissions: ['safetyReview:examinerTasks:add'],
+ children: [
+ {
+ path: ':Id(\\d+)?',
+ component: () => import('@/views/ppeTool/toolForm'),
+ name: 'escTaskForm',
+ meta: { title: 'ppeTool表单', activeMenu: '/ppeTool' }
+ }
+ ]
+ },
{
path: '/system/userApprovalForm',
component: Layout,
diff --git a/src/views/ppeTool/index.vue b/src/views/ppeTool/index.vue
new file mode 100644
index 0000000..bc6d498
--- /dev/null
+++ b/src/views/ppeTool/index.vue
@@ -0,0 +1,370 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.startTime }}
+ -
+
+
+
+
+
+ -
+
+
+
+
+ 编辑
+
+ 删除
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/ppeTool/toolForm.vue b/src/views/ppeTool/toolForm.vue
new file mode 100644
index 0000000..b647384
--- /dev/null
+++ b/src/views/ppeTool/toolForm.vue
@@ -0,0 +1,482 @@
+
+
+
+
+
+ {{
+ item.title }}
+ {{ item.title }}
+
+
+
+
+
+
+ 取消
+ 提交
+
+
+
+
+
+
\ No newline at end of file