forked from integrated_whb/integrated_whb_vue
pull/1/head
parent
592d8716ab
commit
c950b86ceb
|
@ -289,6 +289,14 @@ export default [
|
||||||
},
|
},
|
||||||
component: "hazard_investigation/inventory_management/print",
|
component: "hazard_investigation/inventory_management/print",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/hazard_investigation/inventory_management/print_custom",
|
||||||
|
meta: {
|
||||||
|
title: "打印",
|
||||||
|
activeMenu: "/hazard_investigation/inventory_management",
|
||||||
|
},
|
||||||
|
component: "hazard_investigation/inventory_management/print_custom",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/hazard_investigation/inventory_management/part_qr_code",
|
path: "/hazard_investigation/inventory_management/part_qr_code",
|
||||||
meta: {
|
meta: {
|
||||||
|
@ -331,13 +339,12 @@ export default [
|
||||||
component: "hazard_investigation/inventory_management/add",
|
component: "hazard_investigation/inventory_management/add",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/hazard_investigation/inventory_management/check_standard_add",
|
path: "/hazard_investigation/inventory_management/add_custom",
|
||||||
meta: {
|
meta: {
|
||||||
title: "新增",
|
title: "新增",
|
||||||
activeMenu: "/hazard_investigation/inventory_management",
|
activeMenu: "/hazard_investigation/inventory_management",
|
||||||
},
|
},
|
||||||
component:
|
component: "hazard_investigation/inventory_management/add_custom",
|
||||||
"hazard_investigation/inventory_management/check_standard_add",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/hazard_investigation/inventory_management/edit",
|
path: "/hazard_investigation/inventory_management/edit",
|
||||||
|
@ -347,6 +354,14 @@ export default [
|
||||||
},
|
},
|
||||||
component: "hazard_investigation/inventory_management/add",
|
component: "hazard_investigation/inventory_management/add",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/hazard_investigation/inventory_management/edit_custom",
|
||||||
|
meta: {
|
||||||
|
title: "修改",
|
||||||
|
activeMenu: "/hazard_investigation/inventory_management",
|
||||||
|
},
|
||||||
|
component: "hazard_investigation/inventory_management/add_custom",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/hazard_investigation/inventory_management/inheritance_list",
|
path: "/hazard_investigation/inventory_management/inheritance_list",
|
||||||
meta: {
|
meta: {
|
||||||
|
@ -394,13 +409,13 @@ export default [
|
||||||
component: "hazard_investigation/inventory_troubleshooting/inspect",
|
component: "hazard_investigation/inventory_troubleshooting/inspect",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/hazard_investigation/inventory_troubleshooting/standard_inspect",
|
path: "/hazard_investigation/inventory_troubleshooting/inspect_custom",
|
||||||
meta: {
|
meta: {
|
||||||
title: "开始检查",
|
title: "开始检查",
|
||||||
activeMenu: "/hazard_investigation/inventory_troubleshooting",
|
activeMenu: "/hazard_investigation/inventory_troubleshooting",
|
||||||
},
|
},
|
||||||
component:
|
component:
|
||||||
"hazard_investigation/inventory_troubleshooting/standard_inspect",
|
"hazard_investigation/inventory_troubleshooting/inspect_custom",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue