1.提交修改,修复菜单、路由。2.修改每日汇报大小、样式

This commit is contained in:
2026-04-09 09:32:10 +08:00
parent e8dcc0d7be
commit dd379b1e8f
2 changed files with 86 additions and 7 deletions

View File

@@ -757,6 +757,82 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
]
},
{
path: '/reports',
component: Layout,
name: 'Reports',
meta: {
hidden: true,
title: '数据报表'
},
children: [
{
path: 'lijun/category-diagnostic',
name: 'CategoryDiagnostic',
meta: {
title: '品类诊断',
noCache: true,
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/lijun/reportpage6/components/categoryCardListComponents.vue')
},
{
path: 'lijun/supplier-ranking',
name: 'SupplierRanking',
meta: {
title: '供货商销售排行',
noCache: true,
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/lijun/reportpage6/components/SupplierRanking.vue')
},
{
path: 'lijun/supplier-performance',
name: 'SupplierPerformance',
meta: {
title: '供应商详情',
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/lijun/reportpage6/components/SupplierPerformancePage.vue')
},
{
path: 'lijun/middle-class-ranking',
name: 'MiddleClassRanking',
meta: {
title: '中类销售排名',
noCache: true,
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/lijun/reportpage6/components/MiddleClassRanking.vue')
},
{
path: 'lijun/product-cards',
name: 'ProductCards',
meta: {
title: '查看更多产品卡片',
noCache: true,
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/lijun/reportpage6/components/ProductCardsPage.vue')
},
{
path: 'lijun/reportpage6/detail',
name: 'ProductDetailPage',
meta: {
title: '商品明细详情',
noCache: true,
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/lijun/reportpage6/detail.vue')
}
]
},
{
path: '/ydoyuntag',
component: Layout,