2023-12-15

This commit is contained in:
2023-12-15 18:03:25 +08:00
parent fc6090f1c0
commit ee5930441e
8 changed files with 295 additions and 190 deletions

View File

@@ -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",