diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue index 8b37890..7d09835 100644 --- a/src/pages/shop/IncreaseStaffManager.vue +++ b/src/pages/shop/IncreaseStaffManager.vue @@ -24,7 +24,7 @@ - + diff --git a/src/pages/shop/IncreaseStaffManagerBatchAdd.vue b/src/pages/shop/IncreaseStaffManagerBatchAdd.vue new file mode 100644 index 0000000..c68d3f0 --- /dev/null +++ b/src/pages/shop/IncreaseStaffManagerBatchAdd.vue @@ -0,0 +1,67 @@ + + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 8ef7c34..89aa565 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -16,6 +16,7 @@ import IncreaseDataRegion from '@/pages/shop/IncreaseDataRegion'; import IncreaseDataStaff from '@/pages/shop/IncreaseDataStaff'; import IncreaseDataStore from '@/pages/shop/IncreaseDataStore'; import IncreaseStaffManager from '@/pages/shop/IncreaseStaffManager'; +import IncreaseStaffManagerBatchAdd from '@/pages/shop/IncreaseStaffManagerBatchAdd'; import IncreaseStoreManager from '@/pages/shop/IncreaseStoreManager'; @@ -87,6 +88,11 @@ const router = new Router({ path: '/shop/increase/manager/staff', name: 'IncreaseStaffManager', component: IncreaseStaffManager + }, + { + path: '/shop/increase/manager/staff/batch/add', + name: 'IncreaseStaffManagerBatchAdd', + component: IncreaseStaffManagerBatchAdd } ] }, diff --git a/static/excel/推广人员批量添加.xlsx b/static/excel/推广人员批量添加.xlsx new file mode 100644 index 0000000..4139c0f Binary files /dev/null and b/static/excel/推广人员批量添加.xlsx differ