From f5302b82a348926546410e52dc4c51621e457105 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 14 八月 2025 14:49:07 +0800 Subject: [PATCH] 修改了场景信息导入的模板文件 --- src/constants/menu.js | 29 +++++++++++++++++------------ 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/src/constants/menu.js b/src/constants/menu.js index a017de3..b234fcb 100644 --- a/src/constants/menu.js +++ b/src/constants/menu.js @@ -47,20 +47,25 @@ 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/ProdScenseInfo', + path: '/fysp/data-product/base/PordProblemRecurrence', icon: 'Document', - name: '鍦烘櫙娓呭崟', - }, - { - path: '/fysp/data-product/ProdMonitorTaskInfo', - icon: 'Document', - name: '鐩戠娓呭崟', - }, - { - path: '/fysp/data-product/ProdTreatmentDeviceInfo', - icon: 'Document', - name: '闃叉不璁惧娓呭崟', + name: '闂澶嶅彂娓呭崟', }, ] }, -- Gitblit v1.9.3