revert(admin): restore original layout, replace primary/secondary source UI with family members

This commit is contained in:
yeuimu
2026-08-28 14:35:34 +08:00
parent 7b17fff86f
commit 353e51e871
10 changed files with 124 additions and 1091 deletions
+1 -7
View File
@@ -162,13 +162,7 @@ apps/admin/
│ ├── types/index.ts # 共享类型
│ ├── views/
│ │ ├── login/LoginView.vue # 登录
│ │ ├── goods/GoodsView.vue
│ │ ├── product-family/ # 产品族管理(商品中心第 2 个标签页)
│ │ │ ├── FamilyView.vue # 列表 + 新建 + 入口
│ │ │ ├── FamilyDetailDrawer.vue # 详情抽屉:canonical/成员/自定义成员/重算/矩阵摘要
│ │ │ ├── AutoGroupDialog.vue # 自动成族预览与应用
│ │ │ ├── PriceOverridePanel.vue # 工艺×物流页签的改价矩阵 + 覆盖列表
│ │ │ └── CustomMemberDialog.vue # 族内创建自定义成员
│ │ ├── goods/GoodsView.vue # 商品配置(编辑弹窗内管理族成员:设为主链接/移除出族/搜索添加)
│ │ ├── categories/CategoriesView.vue
│ │ ├── countries/CountriesView.vue
│ │ ├── tags/TagsView.vue