1. 提交代码

This commit is contained in:
2026-04-27 15:25:12 +08:00
parent 02ff9e4e65
commit 78ff26cb20
6 changed files with 252 additions and 515 deletions

View File

@@ -832,15 +832,15 @@ const remainingRouter: AppRouteRecordRaw[] = [
component: () => import('@/views/ydoyun/report/lijun/reportpage6/detail.vue')
},
{
path: 'product-splb',
path: 'wbl/product-splb',
name: 'ProductSplbReport',
meta: {
title: '商品报表',
title: '商品列表报表',
noCache: true,
hidden: true,
canTo: true
},
component: () => import('@/views/ydoyun/report/productSplb/index.vue')
component: () => import('@/views/ydoyun/report/wangbuliao/productSplb/index.vue')
}
]
},