diff --git a/src/views/modules/shop/shopproduct.vue b/src/views/modules/shop/shopproduct.vue index d0b89af..f62f253 100644 --- a/src/views/modules/shop/shopproduct.vue +++ b/src/views/modules/shop/shopproduct.vue @@ -8,7 +8,7 @@ @@ -104,12 +104,12 @@ label="操作" > - 修改 + > --> { if (data && data.code === 0) { this.dataList = data.result.records; - this.totalPage = data.result.pages; + this.totalPage = data.result.total; + this.pageIndex = data.result.current } else { this.dataList = []; this.totalPage = 0; + this.pageIndex = 1 } this.dataListLoading = false; }); diff --git a/src/views/modules/shop/smallShopTags/bookTagsForm.vue b/src/views/modules/shop/smallShopTags/bookTagsForm.vue new file mode 100644 index 0000000..65262b0 --- /dev/null +++ b/src/views/modules/shop/smallShopTags/bookTagsForm.vue @@ -0,0 +1,597 @@ + + + + + + + + + + + + 取消 + 确定 + + + + + + + diff --git a/src/views/modules/shop/smallShopTags/shopproduct.vue b/src/views/modules/shop/smallShopTags/shopproduct.vue new file mode 100644 index 0000000..fa6d5bc --- /dev/null +++ b/src/views/modules/shop/smallShopTags/shopproduct.vue @@ -0,0 +1,563 @@ + + + + + + + + + + + + + + + + + + + + {{scope.row.sort}} + + + × + + + + + + + + + + + + + + + + 删除 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/shop/smallShopTags/shopproductTable.vue b/src/views/modules/shop/smallShopTags/shopproductTable.vue new file mode 100644 index 0000000..c291d6d --- /dev/null +++ b/src/views/modules/shop/smallShopTags/shopproductTable.vue @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + 绑定 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/shop/smallShopTags/tags.vue b/src/views/modules/shop/smallShopTags/tags.vue new file mode 100644 index 0000000..a93a256 --- /dev/null +++ b/src/views/modules/shop/smallShopTags/tags.vue @@ -0,0 +1,975 @@ + + + + + 当前小店:{{ + currentNode ? currentNode.data.name : "" + }} + + 新增小店 + + + + + + + + + + + + + + {{ node.label }} + + + + + + + + 删除 + + + + + + + + + + diff --git a/src/views/modules/shop/smallstore.vue b/src/views/modules/shop/smallstore.vue index a197b5e..48d8c25 100644 --- a/src/views/modules/shop/smallstore.vue +++ b/src/views/modules/shop/smallstore.vue @@ -1,193 +1,768 @@ - + + + + 基本小店信息 + + + + + + + + + + + + + + + + + + + + + + + + 清空图片 + + + + + + + + + + + + 已关联商品列表 + 新增 + + + + + + + + + + + + 确定 + + + + + + 确定 + + + + + - - - - - - - + - - - - - - - - 修改 - - 删除 - - - - - - - --> + + - + > +
+ 当前小店:{{ + currentNode ? currentNode.data.name : "" + }} +