|
@ -25,16 +25,17 @@ export function getNavItem (user, dispatch) { |
|
|
items: [{ |
|
|
items: [{ |
|
|
itemKey: 'system', to: '/install/mapping/system', text: '系统映射' |
|
|
itemKey: 'system', to: '/install/mapping/system', text: '系统映射' |
|
|
}] |
|
|
}] |
|
|
}, { |
|
|
|
|
|
itemKey: 'order ', |
|
|
|
|
|
text: '工单管理', |
|
|
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, |
|
|
|
|
|
to: '/install/order/setup', |
|
|
|
|
|
items: [{ |
|
|
|
|
|
itemKey: 'setup', to: '/install/order/setup', text: '工单设置' |
|
|
|
|
|
}] |
|
|
|
|
|
}, |
|
|
}, |
|
|
// { |
|
|
// { |
|
|
|
|
|
// itemKey: 'order ', |
|
|
|
|
|
// text: '工单管理', |
|
|
|
|
|
// icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, |
|
|
|
|
|
// to: '/install/order/setup', |
|
|
|
|
|
// items: [{ |
|
|
|
|
|
// itemKey: 'setup', to: '/install/order/setup', text: '工单设置' |
|
|
|
|
|
// }] |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
// itemKey: 'relation', |
|
|
// itemKey: 'relation', |
|
|
// 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>, |
|
|