2023-11-28
This commit is contained in:
@@ -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",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
],
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user