2023-12-11
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
name: "/marketingCard/index",
|
||||
path: "/marketingCard/index",
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "pickupCardSet",
|
||||
@@ -132,83 +132,117 @@
|
||||
name: "/commodity/index",
|
||||
path: "/commodity/index"
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "order",
|
||||
meta: {
|
||||
icon: "el-icon-menu",
|
||||
title: "订单信息",
|
||||
},
|
||||
name: "/order/index",
|
||||
path: "/order/index"
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "print",
|
||||
meta: {
|
||||
icon: "el-icon-menu",
|
||||
title: "打印电子卡",
|
||||
},
|
||||
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",
|
||||
// meta: {
|
||||
// icon: "el-icon-menu",
|
||||
// title: "统计报表",
|
||||
// },
|
||||
// name: "/statisticalReport/index",
|
||||
// path: "/statisticalReport/index",
|
||||
// children: [
|
||||
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "index",
|
||||
// meta: {
|
||||
// icon: "el-icon-help",
|
||||
// title: "提货卡汇总",
|
||||
// },
|
||||
// name: "/statisticalReport/index",
|
||||
// path: "/statisticalReport/index",
|
||||
// },
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "collectionSummary",
|
||||
// meta: {
|
||||
// icon: "el-icon-help",
|
||||
// title: "提货汇总",
|
||||
// },
|
||||
// name: "/statisticalReport/collectionSummary",
|
||||
// path: "/statisticalReport/collectionSummary",
|
||||
// },
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "deliveryDetails",
|
||||
// meta: {
|
||||
// icon: "el-icon-help",
|
||||
// title: "客户提货明细",
|
||||
// },
|
||||
// name: "/statisticalReport/deliveryDetails",
|
||||
// path: "/statisticalReport/deliveryDetails",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
],
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
{alwaysShow: true,
|
||||
component: "order",
|
||||
meta: {
|
||||
icon: "el-icon-menu",
|
||||
title: "订单管理",
|
||||
},
|
||||
name: "/order",
|
||||
path: "/order",
|
||||
children: [
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "index",
|
||||
meta: {
|
||||
icon: "el-icon-help",
|
||||
title: "订单统计",
|
||||
},
|
||||
name: "/order/index",
|
||||
path: "/order/index",
|
||||
},
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "distributionCount",
|
||||
meta: {
|
||||
icon: "el-icon-help",
|
||||
title: "配货统计",
|
||||
},
|
||||
name: "/order/distributionCount",
|
||||
path: "/order/distributionCount",
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "order",
|
||||
// meta: {
|
||||
// icon: "el-icon-menu",
|
||||
// title: "订单信息",
|
||||
// },
|
||||
// name: "/order/index",
|
||||
// path: "/order/index"
|
||||
// },
|
||||
{
|
||||
alwaysShow: true,
|
||||
component: "print",
|
||||
meta: {
|
||||
icon: "el-icon-menu",
|
||||
title: "打印电子卡",
|
||||
},
|
||||
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",
|
||||
// meta: {
|
||||
// icon: "el-icon-menu",
|
||||
// title: "统计报表",
|
||||
// },
|
||||
// name: "/statisticalReport/index",
|
||||
// path: "/statisticalReport/index",
|
||||
// children: [
|
||||
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "index",
|
||||
// meta: {
|
||||
// icon: "el-icon-help",
|
||||
// title: "提货卡汇总",
|
||||
// },
|
||||
// name: "/statisticalReport/index",
|
||||
// path: "/statisticalReport/index",
|
||||
// },
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "collectionSummary",
|
||||
// meta: {
|
||||
// icon: "el-icon-help",
|
||||
// title: "提货汇总",
|
||||
// },
|
||||
// name: "/statisticalReport/collectionSummary",
|
||||
// path: "/statisticalReport/collectionSummary",
|
||||
// },
|
||||
// {
|
||||
// alwaysShow: true,
|
||||
// component: "deliveryDetails",
|
||||
// meta: {
|
||||
// icon: "el-icon-help",
|
||||
// title: "客户提货明细",
|
||||
// },
|
||||
// name: "/statisticalReport/deliveryDetails",
|
||||
// path: "/statisticalReport/deliveryDetails",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
],
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(["sidebar"]),
|
||||
// routes() {
|
||||
// f4d2e507-c4ed-451c-b364-04c08f962045
|
||||
|
||||
Reference in New Issue
Block a user