|
|
@@ -103,23 +103,23 @@ export const useMenu = () => {
|
|
|
{
|
|
|
key: 'customers',
|
|
|
label: '客户管理',
|
|
|
- path: '/admin/customers',
|
|
|
- permission: 'customer:manage'
|
|
|
+ path: '/admin/clients',
|
|
|
+ permission: 'client:manage'
|
|
|
},
|
|
|
- {
|
|
|
- key: 'opportunities',
|
|
|
- label: '销售机会',
|
|
|
- icon: <DollarOutlined />,
|
|
|
- path: '/admin/opportunities',
|
|
|
- permission: 'opportunity:manage'
|
|
|
- },
|
|
|
- {
|
|
|
- key: 'follow-ups',
|
|
|
- label: '跟进记录',
|
|
|
- icon: <CalendarOutlined />,
|
|
|
- path: '/admin/follow-ups',
|
|
|
- permission: 'followUp:manage'
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // key: 'opportunities',
|
|
|
+ // label: '销售机会',
|
|
|
+ // icon: <DollarOutlined />,
|
|
|
+ // path: '/admin/opportunities',
|
|
|
+ // permission: 'opportunity:manage'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: 'follow-ups',
|
|
|
+ // label: '跟进记录',
|
|
|
+ // icon: <CalendarOutlined />,
|
|
|
+ // path: '/admin/follow-ups',
|
|
|
+ // permission: 'followUp:manage'
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|