|
|
@ -38,15 +38,17 @@ export function getNavItem(user, dispatch) { |
|
|
|
}, { |
|
|
|
itemKey: 'overtimeStatistics', to: '/humanAffairs/employeeRelationship/leaveManagement/overtimeStatistics', text: '加班统计' |
|
|
|
}] |
|
|
|
}, { |
|
|
|
itemKey: 'communication', |
|
|
|
text: '员工沟通', |
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconcbbumen"></iconpark-icon>, |
|
|
|
to: '/humanAffairs/employeeRelationship/communication/employeeCommunication', |
|
|
|
items: [{ |
|
|
|
itemKey: 'employeeCommunication', to: '/humanAffairs/employeeRelationship/communication/employeeCommunication', text: '员工沟通统计' |
|
|
|
}] |
|
|
|
}, { |
|
|
|
}, |
|
|
|
// { |
|
|
|
// itemKey: 'communication', |
|
|
|
// text: '员工沟通', |
|
|
|
// icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconcbbumen"></iconpark-icon>, |
|
|
|
// to: '/humanAffairs/employeeRelationship/communication/employeeCommunication', |
|
|
|
// items: [{ |
|
|
|
// itemKey: 'employeeCommunication', to: '/humanAffairs/employeeRelationship/communication/employeeCommunication', text: '员工沟通统计' |
|
|
|
// }] |
|
|
|
// }, |
|
|
|
{ |
|
|
|
itemKey: 'recruitRecord', |
|
|
|
text: '招聘记录', |
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconcbzhaopin"></iconpark-icon>, |
|
|
|