From 6f3fac4493995e16ee0f37c6cf2b06e5de2a6a72 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 02 七月 2025 16:27:37 +0800 Subject: [PATCH] 1. 将场景图片的分类修改为从服务端动态获取; 2. 问题整改节目中的问题复现功能修改为可拖动对话框且移除背景模态框; --- src/constants/menu.js | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 deletions(-) diff --git a/src/constants/menu.js b/src/constants/menu.js index 9f44cb9..72f2ea3 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,27 @@ icon: 'Files', name: '鍦烘櫙淇℃伅' } + ] + }, + { + icon: 'DataAnalysis', + name: '鍩虹鏁版嵁浜у搧', + children: [ + { + path: '/fysp/data-product/ProdScenseInfo', + icon: 'Document', + name: '鍦烘櫙娓呭崟', + }, + { + path: '/fysp/data-product/ProdMonitorTaskInfo', + icon: 'Document', + name: '鐩戠娓呭崟', + }, + { + path: '/fysp/data-product/ProdTreatmentDeviceInfo', + icon: 'Document', + name: '闃叉不璁惧娓呭崟', + }, ] }, { @@ -76,7 +97,7 @@ { path: '/fysp/data-product/scenereport', icon: 'Document', - name: '鍦烘櫙鎶ュ憡' + name: '鍦烘櫙鍒嗘瀽鎶ュ憡' } ] }, @@ -177,11 +198,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