mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
chore: update readme.md
This commit is contained in:
@@ -27,28 +27,6 @@ const menu: MenuModule = {
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: '/excel',
|
||||
// name: 'excel',
|
||||
// children: [
|
||||
{
|
||||
path: '/customExport',
|
||||
name: '选择导出格式',
|
||||
},
|
||||
{
|
||||
path: '/jsonExport',
|
||||
name: 'JSON数据导出',
|
||||
},
|
||||
{
|
||||
path: '/arrayExport',
|
||||
name: 'Array数据导出',
|
||||
},
|
||||
{
|
||||
path: '/importExcel',
|
||||
name: '导入',
|
||||
},
|
||||
// ],
|
||||
// },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
29
src/router/menus/modules/demo/excel.ts
Normal file
29
src/router/menus/modules/demo/excel.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
import type { MenuModule } from '/@/router/types.d';
|
||||
const menu: MenuModule = {
|
||||
orderNo: 500,
|
||||
menu: {
|
||||
name: 'Excel',
|
||||
path: '/excel',
|
||||
children: [
|
||||
{
|
||||
path: '/customExport',
|
||||
name: '选择导出格式',
|
||||
},
|
||||
{
|
||||
path: '/jsonExport',
|
||||
name: 'JSON数据导出',
|
||||
},
|
||||
{
|
||||
path: '/arrayExport',
|
||||
name: 'Array数据导出',
|
||||
},
|
||||
{
|
||||
path: '/importExcel',
|
||||
name: '导入',
|
||||
},
|
||||
// ],
|
||||
// },
|
||||
],
|
||||
},
|
||||
};
|
||||
export default menu;
|
Reference in New Issue
Block a user