成功数: {{ overallStats.sent || 0 }}
送达数: {{ overallStats.delivered || 0 }}
展示数: {{ overallStats.displayCount || 0 }}
失败数: {{ overallStats.failed || 0 }}
策略名称 总发送量 成功数 送达数 展示数 打开数 失败数 送达率 展示率 点击率 失败率 {{ item.strategyName || "-" }} - {{ item.totalRecords || 0 }} {{ item.sent || 0 }} {{ item.delivered || 0 }} {{ item.displayCount || 0 }} {{ item.opened || 0 }} {{ item.failed || 0 }}
{{ formatPercentage(item.tokenInvalidationRate || 0) }}
模板名称 总发送量 成功数 送达数 展示数 打开数 失败数 送达率 展示率 点击率 失败率 {{ item.templateName || "-" }} - {{ item.totalRecords || 0 }} {{ item.sent || 0 }} {{ item.delivered || 0 }} {{ item.displayCount || 0 }} {{ item.opened || 0 }} {{ item.failed || 0 }}
{{ formatPercentage(item.tokenInvalidationRate || 0) }}