diff --git a/src/views/common/common.vue b/src/views/common/common.vue index 3187f3a..2ac97f7 100644 --- a/src/views/common/common.vue +++ b/src/views/common/common.vue @@ -1,8 +1,8 @@ + diff --git a/src/views/modules/shop/booktags.vue b/src/views/modules/shop/booktags.vue new file mode 100644 index 0000000..b36f289 --- /dev/null +++ b/src/views/modules/shop/booktags.vue @@ -0,0 +1,807 @@ + + + + + + + + 基本标签信息 + + + + + + + + + + + + + + + + + + + + + + + + + + 已关联商品列表 + 新增关联商品 + + + 修改 + + + + + + 取消 + 确定 + + + + + + + + + + + + diff --git a/src/views/modules/shop/commonBookTags/bookTagsForm.vue b/src/views/modules/shop/commonBookTags/bookTagsForm.vue new file mode 100644 index 0000000..65262b0 --- /dev/null +++ b/src/views/modules/shop/commonBookTags/bookTagsForm.vue @@ -0,0 +1,597 @@ + + + + + + + + + + + + 取消 + 确定 + + + + + + + diff --git a/src/views/modules/shop/commonBookTags/shopproduct copy.vue b/src/views/modules/shop/commonBookTags/shopproduct copy.vue new file mode 100644 index 0000000..d7a2044 --- /dev/null +++ b/src/views/modules/shop/commonBookTags/shopproduct copy.vue @@ -0,0 +1,317 @@ + + + + + + + + 查询 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/shop/commonBookTags/shopproduct.vue b/src/views/modules/shop/commonBookTags/shopproduct.vue new file mode 100644 index 0000000..b299413 --- /dev/null +++ b/src/views/modules/shop/commonBookTags/shopproduct.vue @@ -0,0 +1,329 @@ + + + + + + + + + + + {{ v.product.productName }} + {{ v.product.productName }} + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/shop/commonBookTags/tags.vue b/src/views/modules/shop/commonBookTags/tags.vue new file mode 100644 index 0000000..6cd020a --- /dev/null +++ b/src/views/modules/shop/commonBookTags/tags.vue @@ -0,0 +1,698 @@ + + + + + 当前选中标签:{{ + currentNode ? currentNode.data.title : "" + }} + + 新增顶级标签 + + + + + + + + + {{ node.label }} + + + + 添加下级 + + + + + + 删除 + + + + + + + + + + + \ No newline at end of file
+ 当前选中标签:{{ + currentNode ? currentNode.data.title : "" + }} +