2023-11-28

This commit is contained in:
2023-11-28 14:28:52 +08:00
parent 10b7cf2a1d
commit 675e9a064f
2 changed files with 148 additions and 144 deletions

View File

@@ -121,49 +121,49 @@
name: "/order/index",
path: "/order/index"
},
{
alwaysShow: true,
component: "statisticalReport",
meta: {
icon: "el-icon-menu",
title: "统计报表",
},
name: "/statisticalReport/index",
path: "/statisticalReport/index",
children: [
// {
// 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",
},
]
},
// {
// 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",
// },
// ]
// },
],
};
},