diff --git a/src/api/goods/index.js b/src/api/goods/index.js index e8dc8bf..1c55d6e 100644 --- a/src/api/goods/index.js +++ b/src/api/goods/index.js @@ -18,7 +18,19 @@ const api = { collector:'/goods/collector', category: '/goods/category', oneShelf:'/goods/oneClickShelf', - oneOffTheShelf:'/goods/oneClickOffTheShelf' + oneOffTheShelf:'/goods/oneClickOffTheShelf', + jingPin:'/goods/jingpin', +} +/** + * 精品 + * @param {*} data + */ + export function jingPin (data) { + return axios({ + url: api.jingPin, + method: 'post', + data: data + }) } /** * 一键上架 diff --git a/src/views/goods/Index.vue b/src/views/goods/Index.vue index 6563528..44454d2 100644 --- a/src/views/goods/Index.vue +++ b/src/views/goods/Index.vue @@ -1,197 +1,360 @@ - - {{ $route.meta.title }} - - - - - - - - - - - - - - - - - {{ item.name }} - - - - - - - {{ item.name }} - - - - - - - {{ item.name }} - - - - - - - - - - - - - - - - - - - - - {{ item.name }} - - - - - - - {{ item.name }} - - - - - - - {{ item.name }} - - - - - - {{ item.name }} - - - - - - {{ item.name }} - - - - - 搜索 - - - - - - - {{ item.name }} - - - - - - - - - - - - - 全部 - 出售中 - 已下架 - 已售罄 - 已入池 - 未入池 - - - 创建商品 - 批量导入 - 导出 - 批量修改 - 全部上架 - 全部下架 - 归类 - 设置大牌 - 设置新品 - 设置店内 - 设置排行榜 - - - 上架 - 下架 - 入池 - 出池 - 删除 - - - - - - - - - - - - - - - - - - - - {{ + + {{ $route.meta.title }} + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + + - + + + + + + - + + + + + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + {{ item.name }} + + + + + {{ item.name }} + + + + + 搜索 + + + + + + + {{ item.name }} + + + + + + + + + + + + {{ item.name }} + + + + + + + + 全部 + 出售中 + 已下架 + 已售罄 + 已入池 + 未入池 + + + 创建商品 + 批量导入 + 导出 + 批量修改 + 全部上架 + 全部下架 + 归类 + 精品数据 + 设置大牌 + 设置新品 + 设置店内 + 设置排行榜 + + + 上架 + 下架 + 入池 + 出池 + 删除 + + + + + + + + + + + + + + + + + + + + {{ text }} - {{ text }} - - - - {{ text == 10 ? '单规格' : '多规格' }} - - - - - {{ text == 10 ? '上架' : '下架' }} - - - - {{ text == 0 ? '待处理' : '已归类' }} - - - - - - {{ text == 1 ? '是' : '否' }} - - - - - - {{ text == 0 ? '待处理' : text == 1 ? '已入池' : '未入池' }} - - - - - + + {{ text == 10 ? '上架' : '下架' }} + + + + {{ text == 0 ? '待处理' : '已归类' }} + + + + + + {{ text == 1 ? '是' : '否' }} + + + + + + {{ text == 0 ? '待处理' : text == 1 ? '已入池' : '未入池' }} + + + + + - 编辑 - 复制 - - - - - + 编辑 + 复制 + + + + +
{{ text }}
- {{ text == 10 ? '单规格' : '多规格' }} -
- {{ text == 0 ? '待处理' : '已归类' }} -
- {{ text == 1 ? '是' : '否' }} -
- {{ text == 0 ? '待处理' : text == 1 ? '已入池' : '未入池' }} -
+ {{ text == 0 ? '待处理' : '已归类' }} +
+ {{ text == 1 ? '是' : '否' }} +
+ {{ text == 0 ? '待处理' : text == 1 ? '已入池' : '未入池' }} +