diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js index 684c516..44ae576 100644 --- a/src/router/modules/merchant.js +++ b/src/router/modules/merchant.js @@ -93,6 +93,15 @@ const merchantRouter = }, component: () => import('@/views/merchant/application/supermarket_apply') }, + { + path: 'province', + name: 'provinceShopList', + meta: { + title: '省公司门店', + noCache: true + }, + component: () => import('@/views/merchant/list/province') + }, { path: 'list/reconciliation/:id/:type?', name: 'MerchantRecord', diff --git a/src/views/marketing/agent/agent/template/edit.vue b/src/views/marketing/agent/agent/template/edit.vue index 26a5bb3..48af01e 100644 --- a/src/views/marketing/agent/agent/template/edit.vue +++ b/src/views/marketing/agent/agent/template/edit.vue @@ -99,6 +99,15 @@ + + +