From e95ca9ef89c79fbff8f0d1394311f5f18d653cdd Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期五, 18 十月 2024 16:49:49 +0800 Subject: [PATCH] 动态表头 --- src/constants/menu.js | 62 ++++++++++++++++++++++++++++-- 1 files changed, 57 insertions(+), 5 deletions(-) diff --git a/src/constants/menu.js b/src/constants/menu.js index 6633452..afc82bb 100644 --- a/src/constants/menu.js +++ b/src/constants/menu.js @@ -15,14 +15,56 @@ // ] // }, { - path: '/fysp/task/manage', - icon: 'CircleCheck', - name: '鐩戠浠诲姟' - }, - { path: '/fysp/procheck', icon: 'CircleCheck', name: '闂瀹℃牳' + }, + { + icon: 'List', + name: '浠诲姟绠$悊', + children: [ + { + path: '/fysp/task/manage', + icon: 'CircleCheck', + name: '鐩戠浠诲姟', + }, + { + path: '/fysp/sceneInfo', + icon: 'Files', + name: '鍦烘櫙淇℃伅', + }, + ], + }, + { + icon: 'DataAnalysis', + name: '鏁版嵁浜у搧', + children: [ + { + path: '/fysp/data-product/profollow', + icon: 'Document', + name: '闂鍔ㄦ�佽窡韪�', + }, + { + path: '/fysp/data-product/proanalysis', + icon: 'Document', + name: '闂鏁存敼鍒嗘瀽', + }, + { + path: '/fysp/data-product/standardjudge', + icon: 'Document', + name: '瑙勮寖鎬ц瘎浼�', + }, + { + path: '/fysp/data-product/dailyreport', + icon: 'Document', + name: '鏃ユ姤绠$悊', + }, + { + path: '/fysp/data-product/scenereport', + icon: 'Document', + name: '鍦烘櫙鎶ュ憡', + }, + ], }, // { // path: '/changecheck', @@ -48,6 +90,16 @@ icon: 'Tickets', name: '璇勪及璁板綍', }, + { + path: '/fysp/evaluation/evalutationRecordRank', + icon: 'Tickets', + name: '璇勪及鎺掑悕', + }, + { + path: '/fysp/evaluation/evalutationRecordEdit', + icon: 'Tickets', + name: '璇勫垎璋冩暣', + }, ], }, { -- Gitblit v1.9.3