From be750e8f53e0e85cb61805d538ee129d720bab8c Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Wed, 28 Feb 2024 15:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=B1=9E=E6=80=A7=E7=BB=84?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/attribute/index.vue | 2 +- src/views/product/attributeGroup/index.vue | 158 ++++++++++++++++++--- src/views/product/brand/index.vue | 2 +- src/views/product/category/index.vue | 2 +- src/views/product/comment/index.vue | 2 +- src/views/product/info/index.vue | 2 +- src/views/product/rule/index.vue | 2 +- src/views/system/config/index.vue | 2 +- src/views/system/dict/data.vue | 2 +- src/views/system/dict/index.vue | 2 +- src/views/system/post/index.vue | 2 +- src/views/system/role/index.vue | 4 +- src/views/tool/build/CodeTypeDialog.vue | 2 +- 13 files changed, 151 insertions(+), 33 deletions(-) diff --git a/src/views/product/attribute/index.vue b/src/views/product/attribute/index.vue index d971feb..d1b259f 100644 --- a/src/views/product/attribute/index.vue +++ b/src/views/product/attribute/index.vue @@ -95,7 +95,7 @@ /> - + diff --git a/src/views/product/attributeGroup/index.vue b/src/views/product/attributeGroup/index.vue index ff8a530..b9a3278 100644 --- a/src/views/product/attributeGroup/index.vue +++ b/src/views/product/attributeGroup/index.vue @@ -110,23 +110,91 @@ /> - + - - - - - - {{dict.label}} - - - - - + + + + + + + + + + {{dict.label}} + + + + + + + + + + + + +
+ 选择属性关联关系 +
+ +
+ 已选择属性 +
+ + + + {{attribute.name}} + + + +
+ + +
+ 未选属性 +
+ + + + + + + + + + 查询 + + + + + + {{attribute.name}} + + + +
+
+