mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-24 02:50:22 +08:00
feat(商品参数): 新增参数管理功能并优化相关页面
- 新增参数编辑页面,支持参数名称、必填、索引等属性配置 - 优化参数列表页面,增加搜索和分页功能 - 重构商品发布页面的参数展示逻辑 - 移除商品模板相关功能 - 优化品牌管理页面的分类关联功能 - 调整商品详情页参数展示样式
This commit is contained in:
@@ -97,6 +97,12 @@ export const otherRouter = {
|
||||
name: "goods-parameter",
|
||||
component: () => import("@/views/goods/goods-manage/parameter.vue")
|
||||
},
|
||||
{
|
||||
path: "goods-parameter-edit",
|
||||
title: "商品参数维护",
|
||||
name: "goods-parameter-edit",
|
||||
component: () => import("@/views/goods/goods-manage/parameter-edit.vue")
|
||||
},
|
||||
{
|
||||
path: "goods-spec",
|
||||
title: "商品参数",
|
||||
|
||||
Reference in New Issue
Block a user