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 @@ + + + + + diff --git a/src/views/setting/devise/users.vue b/src/views/setting/devise/users.vue index 28f9d0d..00bc04b 100644 --- a/src/views/setting/devise/users.vue +++ b/src/views/setting/devise/users.vue @@ -136,6 +136,13 @@
{{ userData.operation_center.county_title || '区县运营中心' }}
+
+
+ + +
+
{{ userData.operation_center.wine_title || '烟酒馆运营中心' }}
+
@@ -220,6 +227,20 @@ +
+
+ +
+
+
+
+ 服务名称: +
+ +
+
+
+
@@ -268,6 +289,8 @@ export default { province_image: '', county_title: '区县运营中心', county_image: '', + wine_title: '烟酒馆运营中心', + wine_image: '', }, }, current: 1, @@ -394,6 +417,12 @@ export default {