feat: 假单管理后台页面(商品管理权限)

商品管理菜单下新增假单 CRUD 页,按俱乐部配置各商品类型假单,支持头像上传。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-05 22:28:14 +08:00
parent 4e2e7604c3
commit 21f56619b6
4 changed files with 531 additions and 0 deletions

View File

@@ -120,6 +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-sub-menu>
<!-- 会员管理 -->