{{ formatDateTime(scope.row.statisticsTime) }}
{{ scope.row.sendCount || 0 }}
{{ scope.row.completeNum || 0 }}
{{ calculateCompleteRate(scope.row) }}
{{ scope.row.answerNum || 0 }}
{{ calculateAnswerRate(scope.row) }}
{{ scope.row.redPacketNum || 0 }}
{{ scope.row.redPacketAmount || 0 }}