diff --git a/src/components/CheckAttributes/index.vue b/src/components/CheckAttributes/index.vue new file mode 100644 index 0000000..687d870 --- /dev/null +++ b/src/components/CheckAttributes/index.vue @@ -0,0 +1,150 @@ + + + + + 属性关联关系 + + + + 已选属性 + 已选属性ids ::{{this.checkedAttributeIds}} + 属性::{{this.checkedAttributeList}} + + + + + {{attribute.name}} + + + + + + + + 可选属性 + + + + + {{attribute.name}} + + + + + + + + + + diff --git a/src/components/CheckedAttribute/index.vue b/src/components/CheckedAttribute/index.vue index bbe18d3..f44c11f 100644 --- a/src/components/CheckedAttribute/index.vue +++ b/src/components/CheckedAttribute/index.vue @@ -48,7 +48,6 @@