mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
fix(excel): update excel demo
This commit is contained in:
@@ -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: '导入',
|
||||
},
|
||||
// ],
|
||||
// },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
@@ -66,20 +66,6 @@ const menu: MenuModule = {
|
||||
path: '/strength-meter',
|
||||
name: '密码强度组件',
|
||||
},
|
||||
{
|
||||
path: '/excel',
|
||||
name: 'excel',
|
||||
children: [
|
||||
{
|
||||
path: '/export',
|
||||
name: 'Export',
|
||||
},
|
||||
{
|
||||
path: '/import',
|
||||
name: 'Import',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user