From 1c0d811b5ee3204458c2529c70eebeb85b156c64 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Thu, 6 Jul 2023 12:53:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9C=8D=E5=8A=A1=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=B0=83=E6=95=B4=E4=BD=8D=E7=BD=AE=E4=B8=8E?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/service/nav-item.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web/client/src/sections/service/nav-item.jsx b/web/client/src/sections/service/nav-item.jsx index c43d9f4..610ba83 100644 --- a/web/client/src/sections/service/nav-item.jsx +++ b/web/client/src/sections/service/nav-item.jsx @@ -26,7 +26,9 @@ export function getNavItem (user, dispatch) { itemKey: 'cyclePlan', to: '/service/maintenancePlan/cyclePlan', text: '周期计划' }, { itemKey: 'temporaryResponse', to: '/service/maintenancePlan/temporaryResponse', text: '临时响应' - }] + },{ + itemKey: 'serviceRecord1', to: '/service/serviceRecord/serviceRecord1', text: '响应记录', + },] }, { itemKey: 'carrierPigeon', text: '信鸽服务', @@ -54,10 +56,7 @@ export function getNavItem (user, dispatch) { text: '服务记录', icon: , to: '/service/serviceRecord/serviceRecord1', - items: [{ - itemKey: 'serviceRecord1', to: '/service/serviceRecord/serviceRecord1', text: '服务记录', - - },{ itemKey:'MaintenanceRecords',to:'/service/serviceRecord/MaintenanceRecords',text:'维护记录'}] + items: [{ itemKey:'MaintenanceRecords',to:'/service/serviceRecord/MaintenanceRecords',text:'维护记录'}] } ] },