update:仿真闭环看板菜单

This commit is contained in:
2025-12-15 21:01:54 +08:00
parent d0a909a1fb
commit 8d5c65bc56
10 changed files with 55 additions and 1 deletions

View File

@@ -62,6 +62,16 @@ export const appList = [
icon: 'ele-PieChart',
},
},
{
name: 'spdmProjectDashboard',
zhCn: '仿真闭环看板',
en: 'Simulation Dashboard',
path: '/spdm/project/dashboard',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-DataBoard',
},
},
],
},
{