diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js index 44ae576..ab69d30 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: 'hall', + name: 'hallShopList', + meta: { + title: '城市会客厅', + noCache: true + }, + component: () => import('@/views/merchant/list/hall') + }, + { + path: 'hall_apply', + name: 'hallApplyList', + meta: { + title: '入驻申请审核', + noCache: true + }, + component: () => import('@/views/merchant/application/hall_apply') + }, { path: 'supermarket', name: 'supermarketShopList', diff --git a/src/views/merchant/application/hall_apply.vue b/src/views/merchant/application/hall_apply.vue new file mode 100644 index 0000000..0150e79 --- /dev/null +++ b/src/views/merchant/application/hall_apply.vue @@ -0,0 +1,375 @@ + + + + + diff --git a/src/views/merchant/list/hall.vue b/src/views/merchant/list/hall.vue new file mode 100644 index 0000000..75da22b --- /dev/null +++ b/src/views/merchant/list/hall.vue @@ -0,0 +1,378 @@ + + + + diff --git a/src/views/merchant/list/handle/merEditForm.vue b/src/views/merchant/list/handle/merEditForm.vue index 1d8f220..f0697b2 100644 --- a/src/views/merchant/list/handle/merEditForm.vue +++ b/src/views/merchant/list/handle/merEditForm.vue @@ -534,6 +534,7 @@ export default { else if(this.defaultMerchantType == 3) this.mar_type_name = '烟酒店'; else if(this.defaultMerchantType == 4) this.mar_type_name = '超市'; else if(this.defaultMerchantType == 5) this.mar_type_name = '门店'; + else if(this.defaultMerchantType == 6) this.mar_type_name = '城市会客厅'; else this.mar_type_name = '商户'; diff --git a/src/views/merchant/list/handle/merInfo.vue b/src/views/merchant/list/handle/merInfo.vue index 118f973..682b6fb 100644 --- a/src/views/merchant/list/handle/merInfo.vue +++ b/src/views/merchant/list/handle/merInfo.vue @@ -272,6 +272,7 @@ export default { else if(this.defaultMerchantType == 3) this.mar_type_name = '烟酒店'; else if(this.defaultMerchantType == 4) this.mar_type_name = '超市'; else if(this.defaultMerchantType == 5) this.mar_type_name = '门店'; + else if(this.defaultMerchantType == 6) this.mar_type_name = '城市会客厅'; else this.mar_type_name = '商户'; }, deep: true diff --git a/src/views/merchant/list/province.vue b/src/views/merchant/list/province.vue index cdee5e2..e3016a7 100644 --- a/src/views/merchant/list/province.vue +++ b/src/views/merchant/list/province.vue @@ -38,62 +38,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -