diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue
index be0418b..58df41d 100644
--- a/src/views/dataCenter/goods/Index.vue
+++ b/src/views/dataCenter/goods/Index.vue
@@ -64,6 +64,13 @@
+
+
+
+ {{ item.name }}
+
+
+
搜索
@@ -339,6 +346,7 @@ export default {
is_pool: '',
data_type: '',
categoryId: '',
+ spec_type:''
},
// 正在加载
isLoading: false,
@@ -373,6 +381,11 @@ export default {
visible: false,
saleVisible: false,
priceVisible: false,
+ specsType: [
+ { name: '全部', val: '' },
+ { name: '单规格', val: 10 },
+ { name: '多规格', val: 20 },
+ ],
goodsType: [
{ name: '自营', val: 1 },
{ name: 'POP', val: 2 },
@@ -503,6 +516,9 @@ export default {
getGoodsStarus(val) {
this.queryParam.is_pool = val
},
+ onchangeSpecs(val) {
+ this.queryParam.spec_type = val
+ },
getSale(val) {
this.is_sale = val
},