三分钟联系客户率

This commit is contained in:
2025-09-09 10:37:47 +08:00
parent 3033ef09df
commit c22eeb2787

View File

@ -1484,7 +1484,7 @@ export default {
this.labelList = [ this.labelList = [
{label: '日', prop: 'date'}, {label: '日', prop: 'date'},
{label: '接单时效(分)', prop: 'receiving'}, {label: '接单时效(分)', prop: 'receiving'},
{label: '3分钟联系客户率', prop: 'threeMinutesReceivingRate'}, {label: '3分钟联系客户率', prop: 'threeMinutesContactRate'},
{label: '到达时效(分)', prop: 'arriving'}, {label: '到达时效(分)', prop: 'arriving'},
{label: '平安聚合成功到达时效(分)', prop: 'pinganJuheSuccessArriving'}, {label: '平安聚合成功到达时效(分)', prop: 'pinganJuheSuccessArriving'},
] ]