diff --git a/src/components/CheckAttribute/index.vue b/src/components/CheckAttribute/index.vue new file mode 100644 index 0000000..81fb799 --- /dev/null +++ b/src/components/CheckAttribute/index.vue @@ -0,0 +1,143 @@ + + + + + diff --git a/src/components/CheckAttributeGroup/index.vue b/src/components/CheckAttributeGroup/index.vue new file mode 100644 index 0000000..a047454 --- /dev/null +++ b/src/components/CheckAttributeGroup/index.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/src/components/CheckBrand/index.vue b/src/components/CheckBrand/index.vue new file mode 100644 index 0000000..6692cfe --- /dev/null +++ b/src/components/CheckBrand/index.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/src/main.js b/src/main.js index 546f125..ec9f715 100644 --- a/src/main.js +++ b/src/main.js @@ -37,6 +37,12 @@ import DictTag from '@/components/DictTag' import VueMeta from 'vue-meta' // 字典数据组件 import DictData from '@/components/DictData' +// 属性选择 +import CheckAttribute from "@/components/CheckAttribute/index.vue"; +// 属性组选择 +import CheckAttributeGroup from "@/components/CheckAttributeGroup/index.vue"; +// 品牌选择 +import CheckBrand from "@/components/CheckBrand/index.vue"; // 全局方法挂载 Vue.prototype.getDicts = getDicts @@ -57,6 +63,9 @@ Vue.component('Editor', Editor) Vue.component('FileUpload', FileUpload) Vue.component('ImageUpload', ImageUpload) Vue.component('ImagePreview', ImagePreview) +Vue.component('CheckAttribute', CheckAttribute) +Vue.component('CheckAttributeGroup', CheckAttributeGroup) +Vue.component('CheckBrand', CheckBrand) Vue.use(directive) Vue.use(plugins) diff --git a/src/views/product/category/index.vue b/src/views/product/category/index.vue index e455df8..59992ed 100644 --- a/src/views/product/category/index.vue +++ b/src/views/product/category/index.vue @@ -106,30 +106,61 @@ - - - - - - - - - - - - {{dict.label}} - - - - - - - - + + + + + + + + + + + + + + + + + + {{dict.label}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +