feature[Excel]: add export merge header excel demo

This commit is contained in:
Pan
2019-03-17 16:52:11 +08:00
parent 763b31d915
commit 8d242a002f
6 changed files with 128 additions and 27 deletions

View File

@@ -279,6 +279,12 @@ export const asyncRoutes = [
name: 'SelectExcel',
meta: { title: 'selectExcel' }
},
{
path: 'export-merge-header',
component: () => import('@/views/excel/mergeHeader'),
name: 'MergeHeader',
meta: { title: 'mergeHeader' }
},
{
path: 'upload-excel',
component: () => import('@/views/excel/uploadExcel'),