1. 提交代码

This commit is contained in:
2026-04-23 10:59:36 +08:00
parent 2103173b9d
commit 02ff9e4e65
11 changed files with 1300 additions and 335 deletions

View File

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