From 5efcf83a4a67bf5cefbee480c58a697553f9f8de Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 01 八月 2025 17:32:51 +0800 Subject: [PATCH] 新增问题复发清清单界面 --- src/constants/menu.js | 48 ++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 40 insertions(+), 8 deletions(-) diff --git a/src/constants/menu.js b/src/constants/menu.js index 9f44cb9..b234fcb 100644 --- a/src/constants/menu.js +++ b/src/constants/menu.js @@ -25,7 +25,7 @@ { path: '/fysp/procheck', icon: 'CircleCheck', - name: '闂瀹℃牳' + name: '闂鏁存敼' }, { icon: 'List', @@ -41,6 +41,32 @@ icon: 'Files', name: '鍦烘櫙淇℃伅' } + ] + }, + { + icon: 'DataAnalysis', + name: '鍩虹鏁版嵁浜у搧', + children: [ + // { + // path: '/fysp/data-product/base/ProdScenseInfo', + // icon: 'Document', + // name: '鍦烘櫙娓呭崟', + // }, + // { + // path: '/fysp/data-product/base/ProdMonitorTaskInfo', + // icon: 'Document', + // name: '鐩戠娓呭崟', + // }, + // { + // path: '/fysp/data-product/base/ProdTreatmentDeviceInfo', + // icon: 'Document', + // name: '闃叉不璁惧娓呭崟', + // }, + { + path: '/fysp/data-product/base/PordProblemRecurrence', + icon: 'Document', + name: '闂澶嶅彂娓呭崟', + }, ] }, { @@ -66,7 +92,13 @@ path: '/fysp/data-product/dailyreport', icon: 'Document', name: '鏃ユ姤绠$悊' - } + }, + { + path: '/fysp/data-product/lawenforcelist', + icon: 'Document', + name: '鑱斿悎鎵ф硶娓呭崟' + }, + ] }, { @@ -76,7 +108,7 @@ { path: '/fysp/data-product/scenereport', icon: 'Document', - name: '鍦烘櫙鎶ュ憡' + name: '鍦烘櫙鍒嗘瀽鎶ュ憡' } ] }, @@ -177,11 +209,11 @@ ]; const MENU_FYTZ = [ - { - path: '/fytz/ledger', - icon: 'Search', - name: '鍙拌处瀹℃牳' - }, + // { + // path: '/fytz/ledger', + // icon: 'Search', + // name: '鍙拌处瀹℃牳' + // }, { path: '/fytz/notice', icon: 'Message', -- Gitblit v1.9.3