From 4ee5176ee8b86267581fd170b26f51450b88c538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Fri, 22 Mar 2024 13:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E4=B9=A6=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/common.vue | 4 +- src/views/modules/shop/bookmarketingtags.vue | 799 +++++++++++++++++ src/views/modules/shop/booktags.vue | 807 ++++++++++++++++++ .../shop/commonBookTags/bookTagsForm.vue | 597 +++++++++++++ .../shop/commonBookTags/shopproduct copy.vue | 317 +++++++ .../shop/commonBookTags/shopproduct.vue | 329 +++++++ .../modules/shop/commonBookTags/tags.vue | 698 +++++++++++++++ 7 files changed, 3549 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/shop/bookmarketingtags.vue create mode 100644 src/views/modules/shop/booktags.vue create mode 100644 src/views/modules/shop/commonBookTags/bookTagsForm.vue create mode 100644 src/views/modules/shop/commonBookTags/shopproduct copy.vue create mode 100644 src/views/modules/shop/commonBookTags/shopproduct.vue create mode 100644 src/views/modules/shop/commonBookTags/tags.vue 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 : "" + }} +