期数名称:{{scope.row.title}}
开始时间:{{scope.row.start_at}}
团购待进班人数:{{scope.row.wait_join_num}}
外部订单待进班人数:{{scope.row.other_wait_join_num}}
总进班人数:{{scope.row.total_join_num}}
需求供量:{{scope.row.total_max_join_num}}
目标差距:{{scope.row.target_diff < 0 ? '超标'+scope.row.target_diff * -1 :scope.row.target_diff}}个
完成率:
{{scope.row.title === '合计'?'合计':scope.row.class_name}}
{{scope.row.date[index].total_buy_num}}
{{scope.row.date[index].total_other_buy_num}}
{{scope.row.date[index].total_into_num}}