From 99fdd15e6e1544cec90796131dc5031336ac3f1d Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sat, 23 Mar 2024 17:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E7=83=9F=E9=85=92?= =?UTF-8?q?=E9=A6=86=E7=94=B3=E8=AF=B7=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/merchant.js | 13 +- .../merchant/application/smoke_apply.vue | 375 ++++++++++++++++++ src/views/setting/devise/users.vue | 29 ++ 3 files changed, 415 insertions(+), 2 deletions(-) create mode 100644 src/views/merchant/application/smoke_apply.vue 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 {