diff --git a/src/components/mul-pic-upload/index.vue b/src/components/mul-pic-upload/index.vue new file mode 100644 index 0000000..9b934a4 --- /dev/null +++ b/src/components/mul-pic-upload/index.vue @@ -0,0 +1,99 @@ + + + diff --git a/src/components/pic-upload/index.vue b/src/components/pic-upload/index.vue index d4989b4..d10a9f5 100644 --- a/src/components/pic-upload/index.vue +++ b/src/components/pic-upload/index.vue @@ -2,23 +2,22 @@
- + + +
@@ -26,10 +25,12 @@ diff --git a/src/views/modules/prod/category/index.vue b/src/views/modules/prod/category/index.vue new file mode 100644 index 0000000..2950698 --- /dev/null +++ b/src/views/modules/prod/category/index.vue @@ -0,0 +1,178 @@ + + + + + diff --git a/src/views/modules/prod/prodComm/add-or-update.vue b/src/views/modules/prod/prodComm/add-or-update.vue new file mode 100644 index 0000000..e84dd22 --- /dev/null +++ b/src/views/modules/prod/prodComm/add-or-update.vue @@ -0,0 +1,219 @@ + + + diff --git a/src/views/modules/prod/prodComm/index.vue b/src/views/modules/prod/prodComm/index.vue new file mode 100644 index 0000000..b2154a1 --- /dev/null +++ b/src/views/modules/prod/prodComm/index.vue @@ -0,0 +1,122 @@ + + + diff --git a/src/views/modules/prod/prodInfo/components/prod-transport.vue b/src/views/modules/prod/prodInfo/components/prod-transport.vue new file mode 100644 index 0000000..e21a643 --- /dev/null +++ b/src/views/modules/prod/prodInfo/components/prod-transport.vue @@ -0,0 +1,159 @@ + + + diff --git a/src/views/modules/prod/prodInfo/components/sku-table.vue b/src/views/modules/prod/prodInfo/components/sku-table.vue new file mode 100644 index 0000000..1d40a89 --- /dev/null +++ b/src/views/modules/prod/prodInfo/components/sku-table.vue @@ -0,0 +1,247 @@ + + + + + diff --git a/src/views/modules/prod/prodInfo/components/sku-tag.vue b/src/views/modules/prod/prodInfo/components/sku-tag.vue new file mode 100644 index 0000000..119c0ad --- /dev/null +++ b/src/views/modules/prod/prodInfo/components/sku-tag.vue @@ -0,0 +1,527 @@ + + + + + diff --git a/src/views/modules/prod/prodInfo/index.vue b/src/views/modules/prod/prodInfo/index.vue new file mode 100644 index 0000000..c3c9ef9 --- /dev/null +++ b/src/views/modules/prod/prodInfo/index.vue @@ -0,0 +1,342 @@ + + + diff --git a/src/views/modules/prod/prodList/index.vue b/src/views/modules/prod/prodList/index.vue new file mode 100644 index 0000000..2175088 --- /dev/null +++ b/src/views/modules/prod/prodList/index.vue @@ -0,0 +1,181 @@ + + + diff --git a/src/views/modules/prod/prodTag/add-or-update.vue b/src/views/modules/prod/prodTag/add-or-update.vue new file mode 100644 index 0000000..0c01405 --- /dev/null +++ b/src/views/modules/prod/prodTag/add-or-update.vue @@ -0,0 +1,145 @@ + + + diff --git a/src/views/modules/prod/prodTag/index.vue b/src/views/modules/prod/prodTag/index.vue new file mode 100644 index 0000000..f8a92f2 --- /dev/null +++ b/src/views/modules/prod/prodTag/index.vue @@ -0,0 +1,156 @@ + + + + + diff --git a/src/views/modules/prod/spec/add-or-update.vue b/src/views/modules/prod/spec/add-or-update.vue new file mode 100644 index 0000000..42ef658 --- /dev/null +++ b/src/views/modules/prod/spec/add-or-update.vue @@ -0,0 +1,190 @@ + + + + diff --git a/src/views/modules/prod/spec/index.vue b/src/views/modules/prod/spec/index.vue new file mode 100644 index 0000000..7982190 --- /dev/null +++ b/src/views/modules/prod/spec/index.vue @@ -0,0 +1,161 @@ + + + + + diff --git a/src/views/modules/shop/hotSearch/index.vue b/src/views/modules/shop/hotSearch/index.vue index d1b6753..a406211 100644 --- a/src/views/modules/shop/hotSearch/index.vue +++ b/src/views/modules/shop/hotSearch/index.vue @@ -82,8 +82,6 @@ const page = reactive({ pageSize: 10 // 每页显示多少条 }) const dataListLoading = ref(false) -const dataListSelections = ref([]) - /** * 获取数据列表 */ @@ -106,7 +104,7 @@ const getDataList = (pageParam, params, done) => { if (done) done() }) } - +const dataListSelections = ref([]) /** * 多选回调 * @param list diff --git a/src/views/modules/shop/notice/index.vue b/src/views/modules/shop/notice/index.vue index 10c7ef0..c2e33e2 100644 --- a/src/views/modules/shop/notice/index.vue +++ b/src/views/modules/shop/notice/index.vue @@ -29,7 +29,7 @@ 是 -