From 3514c7c693bb2606bc75d80f8caf177b2e325ee3 Mon Sep 17 00:00:00 2001 From: fanfan Date: Mon, 25 Mar 2024 20:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=A0=BC=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/goods/Index.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 },