feat(projects): add plugin excel export (#561)

This commit is contained in:
Ohh
2024-07-21 20:54:18 +08:00
committed by GitHub
parent 447bda2b48
commit c425822b3a
8 changed files with 222 additions and 3 deletions

View File

@ -413,6 +413,17 @@ export const generatedRoutes: GeneratedRoute[] = [
}
]
},
{
name: 'plugin_excel',
path: '/plugin/excel',
component: 'view.plugin_excel',
meta: {
title: 'plugin_excel',
i18nKey: 'route.plugin_excel',
icon: 'ri:file-excel-2-line',
keepAlive: true
}
},
{
name: 'plugin_icon',
path: '/plugin/icon',