全工厂统计概览静态页面完成

This commit is contained in:
2026-08-25 15:12:16 +08:00
parent 9aff662093
commit a5de29a3de
8 changed files with 409 additions and 1 deletions
+11
View File
@@ -116,6 +116,17 @@ export const generatedRoutes: GeneratedRoute[] = [
}
]
},
{
name: 'factoryoverview',
path: '/factoryoverview',
component: 'layout.base$view.factoryoverview',
meta: {
title: 'factoryoverview',
i18nKey: 'route.factoryoverview',
icon: 'ix:barchart',
order: 3
}
},
{
name: 'home',
path: '/home',