From 913570436e8fa2ef72864f85b4e48d0a30b79449 Mon Sep 17 00:00:00 2001 From: Saisai Liu <1374434128@qq.com> Date: Tue, 5 Mar 2024 20:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=B1=BB=E6=A8=A1=E5=9D=97=EF=BC=8C?= =?UTF-8?q?=E5=A1=AB=E5=85=A5=E5=B1=9E=E6=80=A7=E7=BB=84=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CheckAttributes/index.vue | 66 ++++++++++++------------ src/views/product/categoryInfo/index.vue | 30 ++++++++--- 2 files changed, 56 insertions(+), 40 deletions(-) diff --git a/src/components/CheckAttributes/index.vue b/src/components/CheckAttributes/index.vue index 687d870..6506cf8 100644 --- a/src/components/CheckAttributes/index.vue +++ b/src/components/CheckAttributes/index.vue @@ -6,18 +6,18 @@
- 已选属性 - 已选属性ids ::{{this.checkedAttributeIds}} - 属性::{{this.checkedAttributeList}} + 已选属性组 + 已选属性组ids ::{{this.checkedAttributeGroupIds}} + 属性组::{{this.checkedAttributeGroupList}}
- + - {{attribute.name}} + {{attributeGroup.name}} @@ -31,7 +31,7 @@