1.提交修改,门店用户加入分配角色 查询角色 门店
This commit is contained in:
@@ -757,93 +757,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/reports',
|
||||
component: Layout,
|
||||
name: 'Reports',
|
||||
meta: {
|
||||
hidden: false,
|
||||
title: '数据报表'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'sales-daily',
|
||||
name: 'SalesDailyAI',
|
||||
meta: {
|
||||
title: '销售日报',
|
||||
icon: 'ep:calendar',
|
||||
noCache: true,
|
||||
hidden: false
|
||||
},
|
||||
component: () => import('@/views/ydoyun/report/salesdaily/index.vue')
|
||||
},
|
||||
{
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user