fix: 类型专区页支持俱乐部上架下架;商品数据分析仅集团可见

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-21 03:33:55 +08:00
parent 23f7263996
commit 7c51b1f38b
3 changed files with 92 additions and 6 deletions

View File

@@ -123,7 +123,7 @@
</template>
<el-menu-item v-if="canShow('product.list')" index="/product/list">商品列表</el-menu-item>
<el-menu-item v-if="canShow('product.type-zone')" index="/product/type-zone">商品类型专区管理</el-menu-item>
<el-menu-item v-if="canShow('product.data')" index="/product/data">商品数据分析</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')" index="/product/fake-orders">假单管理</el-menu-item>
</el-sub-menu>