From 9582f1eecf9540491b4983f19bad987330f1aa75 Mon Sep 17 00:00:00 2001
From: luofei <604446095@qq.com>
Date: Wed, 3 Apr 2024 09:30:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=97=E9=93=BA=E7=BB=8F?=
=?UTF-8?q?=E8=90=A5=E7=B1=BB=E5=9E=8B=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/merchant/list/index.vue | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
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,