docs: admin product family references

This commit is contained in:
yeuimu
2026-08-28 13:30:37 +08:00
parent fd7ca5d53f
commit d70a03f6fa
2 changed files with 19 additions and 0 deletions
+7
View File
@@ -152,6 +152,7 @@ apps/admin/
│ │ ├── tag-groups.ts # 标签分组 CRUD
│ │ ├── positions.ts # 坑位 CRUD
│ │ ├── origin-goods.ts # 原始商品快照
│ │ ├── product-families.ts # 产品族 CRUD / auto-group / 成员 / 覆盖 / 重算
│ │ └── sync.ts # 同步触发 + 日志
│ ├── layouts/DefaultLayout.vue # 侧边栏 + 顶部条 + 用户菜单
│ ├── router/index.ts # 路由 + 登录守卫
@@ -162,6 +163,12 @@ apps/admin/
│ ├── views/
│ │ ├── login/LoginView.vue # 登录
│ │ ├── goods/GoodsView.vue
│ │ ├── product-family/ # 产品族管理(商品中心第 2 个标签页)
│ │ │ ├── FamilyView.vue # 列表 + 新建 + 入口
│ │ │ ├── FamilyDetailDrawer.vue # 详情抽屉:canonical/成员/自定义成员/重算/矩阵摘要
│ │ │ ├── AutoGroupDialog.vue # 自动成族预览与应用
│ │ │ ├── PriceOverridePanel.vue # 工艺×物流页签的改价矩阵 + 覆盖列表
│ │ │ └── CustomMemberDialog.vue # 族内创建自定义成员
│ │ ├── categories/CategoriesView.vue
│ │ ├── countries/CountriesView.vue
│ │ ├── tags/TagsView.vue