| 排名 | 姓名 | 资源数 | 成交数 | 业绩 | 提成 |
|---|---|---|---|---|---|
| {{ index + 1 }} | {{ member.staff_name }} | {{ member.resource_count }} | {{ member.converted_count }} | {{ formatValue(member.performance) }} | {{ formatValue(member.commission) }} |
| 排名 | 部门名称 | 业绩 | 占比 |
|---|---|---|---|
| {{ index + 1 }} | {{ dept.dept_name }} | {{ formatValue(dept.performance) }} | {{ getPercentage(dept.performance, pageData.dept_overview.total_performance) }}% |