fix: 商品管理菜单显示假单管理入口

补全 club-context 菜单白名单与父级映射;侧栏不再限制仅俱乐部视图才显示。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-05 22:32:37 +08:00
parent 21f56619b6
commit 37a1a15f90
2 changed files with 4 additions and 3 deletions

View File

@@ -120,7 +120,7 @@
<el-menu-item v-if="canShow('product.list') && isAllClubScope" index="/product/list">商品列表</el-menu-item>
<el-menu-item v-if="canShow('product.type-zone') && isAllClubScope" index="/product/type-zone">商品类型专区管理</el-menu-item>
<el-menu-item v-if="canShow('product.data') && isAllClubScope" index="/product/data">商品数据分析</el-menu-item>
<el-menu-item v-if="canShow('product.fake-orders') && !isAllClubScope" index="/product/fake-orders">假单管理</el-menu-item>
<el-menu-item v-if="canShow('product.fake-orders')" index="/product/fake-orders">假单管理</el-menu-item>
</el-sub-menu>
<!-- 会员管理 -->