diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js
index b050df1..0f77615 100644
--- a/src/router/modules/merchant.js
+++ b/src/router/modules/merchant.js
@@ -50,13 +50,22 @@ const merchantRouter =
},
{
path: 'smoke',
- name: 'MerchantShopList',
+ name: 'SmokeShopList',
meta: {
title: '烟酒店',
noCache: true
},
component: () => import('@/views/merchant/list/smoke')
},
+ {
+ path: 'smoke_apply',
+ name: 'SmokeApplyList',
+ meta: {
+ title: '入驻申请审核',
+ noCache: true
+ },
+ component: () => import('@/views/merchant/application/smoke_apply')
+ },
{
path: 'list/reconciliation/:id/:type?',
name: 'MerchantRecord',
@@ -93,7 +102,7 @@ const merchantRouter =
title: '商户申请',
noCache: true
},
- component: () => import('@/views/merchant/application')
+ component: () => import('@/views/merchant/application/index')
},
{
path: 'agree',
diff --git a/src/views/merchant/application/smoke_apply.vue b/src/views/merchant/application/smoke_apply.vue
new file mode 100644
index 0000000..9e2f6e5
--- /dev/null
+++ b/src/views/merchant/application/smoke_apply.vue
@@ -0,0 +1,375 @@
+
+
+
+
+ {{scope.row.phone || ''}}
+
+