refactor(导航): 优化团队导航逻辑和指标描述
- 统一从高级经理到经理页面的导航路径和参数传递 - 添加团队双击事件处理并跳转到经理页面 - 简化指标描述文本,移除冗余解释
This commit is contained in:
@@ -126,7 +126,7 @@ const metricDescriptions = {
|
||||
},
|
||||
conversionRate: {
|
||||
title: '定金转化率',
|
||||
description: '支付定金的客户数 ÷ 意向客户总数,反映客户从意向到付费的转化效果。'
|
||||
description: '支付定金的客户数 ÷ 意向客户总数'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user