|
|
@@ -1,4 +1,5 @@
|
|
|
- import { RouteComponent } from "vue-router";
|
|
|
+// 安全责任书管理
|
|
|
+import { RouteComponent } from "vue-router";
|
|
|
|
|
|
const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
id: 9001,
|
|
|
@@ -30,12 +31,13 @@ const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
},
|
|
|
{
|
|
|
id: 90001,
|
|
|
- parentId: 9001,
|
|
|
+ parentId: 90000,
|
|
|
name: 'createResponsibilityAgree',
|
|
|
path: 'create-responsibility-agree',
|
|
|
component: '/production-safety/implement-safety-duty/create-responsibility-agree',
|
|
|
meta: {
|
|
|
title: '创建安全责任书',
|
|
|
+ activeMenu: '/work-safety/responsibility-implementation/responsibility-agree-manage',
|
|
|
icon: 'OverviewIcon',
|
|
|
isRoot: false,
|
|
|
hidden: false,
|
|
|
@@ -51,6 +53,7 @@ const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
component: '/production-safety/implement-safety-duty/edit-responsibility-agree',
|
|
|
meta: {
|
|
|
title: '编辑安全责任书',
|
|
|
+ activeMenu: '/work-safety/responsibility-implementation/responsibility-agree-manage',
|
|
|
icon: 'OverviewIcon',
|
|
|
isRoot: false,
|
|
|
hidden: false,
|
|
|
@@ -65,6 +68,7 @@ const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
component: '/production-safety/implement-safety-duty/view-recipients',
|
|
|
meta: {
|
|
|
title: '查看下发对象',
|
|
|
+ activeMenu: '/work-safety/responsibility-implementation/responsibility-agree-manage',
|
|
|
icon: 'OverviewIcon',
|
|
|
isRoot: false,
|
|
|
hidden: false,
|
|
|
@@ -80,6 +84,7 @@ const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
component: '/production-safety/implement-safety-duty/responsibility-feedback',
|
|
|
meta: {
|
|
|
title: '安全责任书详情反馈',
|
|
|
+ activeMenu: '/work-safety/responsibility-implementation/responsibility-agree-manage-dept',
|
|
|
icon: 'OverviewIcon',
|
|
|
isRoot: false,
|
|
|
hidden: false,
|
|
|
@@ -108,6 +113,7 @@ const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
component: '/production-safety/implement-safety-duty/agree-document-review',
|
|
|
meta: {
|
|
|
title: '安全责任书材料审核',
|
|
|
+ activeMenu: '/work-safety/responsibility-implementation/responsibility-agree-manage',
|
|
|
icon: 'OverviewIcon',
|
|
|
isRoot: false,
|
|
|
hidden: false,
|
|
|
@@ -137,6 +143,7 @@ const responsibilityImplementationRoutes: RouteComponent[] = [{
|
|
|
component: '/production-safety/implement-safety-duty/sign-agree-dept',
|
|
|
meta: {
|
|
|
title: '责任书签署',
|
|
|
+ activeMenu: '/work-safety/responsibility-implementation/responsibility-agree-manage-dept',
|
|
|
icon: 'OverviewIcon',
|
|
|
isRoot: false,
|
|
|
hidden: false,
|