diff --git a/src/views/merchant/list/index.vue b/src/views/merchant/list/index.vue index 9285503..ca9fcee 100644 --- a/src/views/merchant/list/index.vue +++ b/src/views/merchant/list/index.vue @@ -23,6 +23,11 @@ + + + + + @@ -139,6 +144,20 @@ export default { listLoading: true, merCateList: [], storeType: [], + businessType: [ + { + "label": "零售商户", + "value": 0 + }, + { + "label": "批发商户", + "value": 1 + }, + { + "label": "批发零售商户", + "value": 2 + }, + ], headeNum: [ { count: '', @@ -164,6 +183,7 @@ export default { is_trader: "", is_best: "", category_id: '', + business_type: '', type_id: "" }, autoUpdate: true,