2023-12-15
This commit is contained in:
@@ -122,6 +122,16 @@
|
||||
name: "/pickupPoint/index",
|
||||
path: "/pickupPoint/index"
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "network",
|
||||
meta: {
|
||||
icon: "el-icon-menu",
|
||||
title: "支行管理",
|
||||
},
|
||||
name: "/network/index",
|
||||
path: "/network/index"
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "commodity",
|
||||
@@ -157,7 +167,27 @@
|
||||
component: "distributionCount",
|
||||
meta: {
|
||||
icon: "el-icon-help",
|
||||
title: "配货统计",
|
||||
title: "网点配货统计",
|
||||
},
|
||||
name: "/order/distributionCount",
|
||||
path: "/order/distributionCount",
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "distributionCount",
|
||||
meta: {
|
||||
icon: "el-icon-help",
|
||||
title: "支行配货统计",
|
||||
},
|
||||
name: "/order/distributionCount",
|
||||
path: "/order/distributionCount",
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "distributionCount",
|
||||
meta: {
|
||||
icon: "el-icon-help",
|
||||
title: "总配货统计",
|
||||
},
|
||||
name: "/order/distributionCount",
|
||||
path: "/order/distributionCount",
|
||||
@@ -186,16 +216,7 @@
|
||||
name: "/print/index",
|
||||
path: "/print/index"
|
||||
}
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "network",
|
||||
// meta: {
|
||||
// icon: "el-icon-menu",
|
||||
// title: "网点管理",
|
||||
// },
|
||||
// name: "/network/index",
|
||||
// path: "/network/index"
|
||||
// },
|
||||
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "statisticalReport",
|
||||
|
||||
Reference in New Issue
Block a user