pull/1/head
zhangyanli 2024-02-04 09:00:23 +08:00
parent 592d8716ab
commit c950b86ceb
1 changed files with 20 additions and 5 deletions

View File

@ -289,6 +289,14 @@ export default [
},
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",
meta: {
@ -331,13 +339,12 @@ export default [
component: "hazard_investigation/inventory_management/add",
},
{
path: "/hazard_investigation/inventory_management/check_standard_add",
path: "/hazard_investigation/inventory_management/add_custom",
meta: {
title: "新增",
activeMenu: "/hazard_investigation/inventory_management",
},
component:
"hazard_investigation/inventory_management/check_standard_add",
component: "hazard_investigation/inventory_management/add_custom",
},
{
path: "/hazard_investigation/inventory_management/edit",
@ -347,6 +354,14 @@ export default [
},
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",
meta: {
@ -394,13 +409,13 @@ export default [
component: "hazard_investigation/inventory_troubleshooting/inspect",
},
{
path: "/hazard_investigation/inventory_troubleshooting/standard_inspect",
path: "/hazard_investigation/inventory_troubleshooting/inspect_custom",
meta: {
title: "开始检查",
activeMenu: "/hazard_investigation/inventory_troubleshooting",
},
component:
"hazard_investigation/inventory_troubleshooting/standard_inspect",
"hazard_investigation/inventory_troubleshooting/inspect_custom",
},
],
},