wenlele 2 years ago
parent
commit
0e5f711aac
  1. 4
      web/client/src/sections/service/nav-item.jsx

4
web/client/src/sections/service/nav-item.jsx

@ -53,10 +53,10 @@ export function getNavItem (user, dispatch) {
// }, // },
{ {
itemKey: 'serviceRecord', itemKey: 'serviceRecord',
text: '服务记录', text: '硬件维修',
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>,
to: '/service/serviceRecord/serviceRecord1', to: '/service/serviceRecord/serviceRecord1',
items: [{ itemKey:'MaintenanceRecords',to:'/service/serviceRecord/MaintenanceRecords',text:'维记录'}] items: [{ itemKey:'MaintenanceRecords',to:'/service/serviceRecord/MaintenanceRecords',text:'维记录'}]
} }
] ]
}, },

Loading…
Cancel
Save