feat(经理看板): 实现团队战报数据动态展示功能

- 移除manager.js中重复的API函数
- 在TeamReport组件中实现数据绑定和格式化功能
- 在manager.vue中添加数据获取逻辑和参数处理
- 添加数据监听和调试日志
This commit is contained in:
2025-08-13 22:09:51 +08:00
parent 10fdf11026
commit 366d7b6120
3 changed files with 132 additions and 18 deletions

View File

@@ -21,9 +21,6 @@ export const getWeekAddFeeTotal = (params) => {
return https.post('/api/v1/manager/week_add_fee_total', params)
}
// 定金转化率 /api/v1/manager/week_add_fee_total
export const getWeekAddFeeTotal = (params) => {
return https.post('/api/v1/manager/week_add_fee_total', params)
}
// 团队漏斗 /api/v1/group_funnel/get_group_funnel
export const getGroupFunnel = (params) => {