fix(productSaleStatistics): 修复topBar点击跳转错误的问题

This commit is contained in:
woody 2025-08-11 09:22:21 +08:00
parent bc593c8068
commit 1027f76147
1 changed files with 2 additions and 2 deletions

View File

@ -148,11 +148,11 @@ export default {
},
data() {
return {
moren: 'productSaleStatisticsDetail',
moren: 'productSaleStatistics',
topList: [
{
name: '产品销售统计',
path: 'productSaleStatisticsDetail'
path: 'productSaleStatistics'
}
],
tableData: [],