add new export-excel function

This commit is contained in:
spiritree
2017-07-25 16:51:43 +08:00
committed by Pan
parent 19b38ce268
commit 4d0df62e4e
2 changed files with 85 additions and 2 deletions

View File

@@ -142,8 +142,10 @@ export const asyncRouterMap = [
redirect: 'noredirect',
name: 'excel',
icon: 'EXCEL',
noDropdown: true,
children: [{ path: 'download', component: _import('excel/index'), name: '导出excel' }]
children: [
{ path: 'download', component: _import('excel/index'), name: '导出excel' },
{ path: 'download2', component: _import('excel/selectExcel'), name: '选择导出excel' }
]
},
{
path: '/theme',