运营部门
@{{ activeDateTimeLabel }}
@{{i.department_name}}

@{{activePperateType === '总数'?onParseMoney(i.aim):''}}

@{{onParseMoney(i.deal)}}

@{{activePperateType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

@{{i.department_name}}

@{{activePperateType === '总数'?(i.aim):''}}

@{{(i.deal)}}

@{{activePperateType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

销售部门
@{{ activeDateTimeLabel }}
@{{i.department_name}}

@{{activeSaleType === '总数'?onParseMoney(i.aim):''}}

@{{onParseMoney(i.deal)}}

@{{activeSaleType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

@{{i.department_name}}

@{{activeSaleType === '总数'?(i.aim):''}}

@{{(i.deal)}}

@{{activeSaleType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

客户经理部门
@{{ activeDateTimeLabel }}
@{{i.department_name}}

@{{activeManagerType === '总数'?onParseMoney(i.aim):''}}

@{{onParseMoney(i.deal)}}

@{{activeManagerType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

@{{i.department_name}}

@{{activeManagerType === '总数'?(i.aim):''}}

@{{(i.deal)}}

@{{activeManagerType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

其他部门
@{{ activeDateTimeLabel }}
@{{i.department_name}}

@{{activeOtherType === '总数'?onParseMoney(i.aim):''}}

@{{onParseMoney(i.deal)}}

@{{activeOtherType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

@{{i.department_name}}

@{{activeOtherType === '总数'?(i.aim):''}}

@{{(i.deal)}}

@{{activeOtherType === '总数'?onParsePercent(i.percent)+'%':''}}

没有找到符合条件的数据

个人业绩
@{{ activeDateTimeLabel }}
@{{activePersonalType === '总营收' ? '实际成交金额' : '总客户数'}}
@{{activePersonalType === '总营收' ? '退款金额' : '退款人数'}}

没有找到符合条件的数据