From c90b1f57df6475da88500b45f01cd55398d76851 Mon Sep 17 00:00:00 2001
From: wuhui_zzw <1760308791@qq.com>
Date: Thu, 11 Apr 2024 17:50:07 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=95=86=E6=88=B7?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B6=85=E5=B8=82=E5=88=86=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/modules/merchant.js | 18 +
.../application/supermarket_apply.vue | 375 +++++++++++++++
.../merchant/list/handle/merEditForm.vue | 2 +
src/views/merchant/list/handle/merInfo.vue | 2 +
src/views/merchant/list/supermarket.vue | 434 ++++++++++++++++++
5 files changed, 831 insertions(+)
create mode 100644 src/views/merchant/application/supermarket_apply.vue
create mode 100644 src/views/merchant/list/supermarket.vue
diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js
index d44d446..684c516 100644
--- a/src/router/modules/merchant.js
+++ b/src/router/modules/merchant.js
@@ -75,6 +75,24 @@ const merchantRouter =
},
component: () => import('@/views/merchant/application/smoke_apply')
},
+ {
+ path: 'supermarket',
+ name: 'supermarketShopList',
+ meta: {
+ title: '超市',
+ noCache: true
+ },
+ component: () => import('@/views/merchant/list/supermarket')
+ },
+ {
+ path: 'supermarket_apply',
+ name: 'supermarketApplyList',
+ meta: {
+ title: '入驻申请审核',
+ noCache: true
+ },
+ component: () => import('@/views/merchant/application/supermarket_apply')
+ },
{
path: 'list/reconciliation/:id/:type?',
name: 'MerchantRecord',
diff --git a/src/views/merchant/application/supermarket_apply.vue b/src/views/merchant/application/supermarket_apply.vue
new file mode 100644
index 0000000..990b50a
--- /dev/null
+++ b/src/views/merchant/application/supermarket_apply.vue
@@ -0,0 +1,375 @@
+
+
+
+
+ {{scope.row.phone || ''}}
+
+