fix(excel): update excel demo

This commit is contained in:
jq
2020-10-19 20:37:08 +08:00
parent 7101587b96
commit a207cafec9
11 changed files with 202 additions and 121 deletions

View File

@@ -27,6 +27,28 @@ const menu: MenuModule = {
},
],
},
// {
// path: '/excel',
// name: 'excel',
// children: [
{
path: '/customExport',
name: '选择导出格式',
},
{
path: '/jsonExport',
name: 'JSON数据导出',
},
{
path: '/arrayExport',
name: 'Array数据导出',
},
{
path: '/importExcel',
name: '导入',
},
// ],
// },
],
},
};