2023-12-11

This commit is contained in:
2023-12-11 15:59:45 +08:00
parent 8fc32205c4
commit fc6090f1c0
5 changed files with 421 additions and 81 deletions

View File

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